]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Yet more typos in cfntools template
authorSteven Dake <sdake@redhat.com>
Sat, 14 Apr 2012 14:34:08 +0000 (07:34 -0700)
committerSteven Dake <sdake@redhat.com>
Sat, 14 Apr 2012 14:34:08 +0000 (07:34 -0700)
Signed-off-by: Steven Dake <sdake@redhat.com>
templates/WordPress_Single_Instance_cfntools.template

index 103a40188e86258fcc4fc8f9841ce91849f9e473..360c327b0ccd635876ed7a65ea6acc3f61c1275b 100644 (file)
         "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",