From: Steven Dake Date: Sat, 14 Apr 2012 14:34:08 +0000 (-0700) Subject: Yet more typos in cfntools template X-Git-Tag: 2014.1~2012 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=05f4df48930f8b723bfa41f4d59e2b8b0089acb4;p=openstack-build%2Fheat-build.git Yet more typos in cfntools template Signed-off-by: Steven Dake --- diff --git a/templates/WordPress_Single_Instance_cfntools.template b/templates/WordPress_Single_Instance_cfntools.template index 103a4018..360c327b 100644 --- a/templates/WordPress_Single_Instance_cfntools.template +++ b/templates/WordPress_Single_Instance_cfntools.template @@ -122,7 +122,7 @@ "KeyName" : { "Ref" : "KeyName" }, "UserData" : { "Fn::Base64" : { "Fn::Join" : ["", [ "#!/bin/bash -v\n", - "/opt/aws/bin/cfn-init -f /var/lib/cloud/cfn-init-data" + "/opt/aws/bin/cfn-init -f /var/lib/cloud/cfn-init-data\n", "# Setup MySQL root password and create a user\n", "mysqladmin -u root password '", { "Ref" : "DBRootPassword" }, "'\n", "cat >> /tmp/mysql-wordpress-config << EOF\n",