From: Steven Dake Date: Sat, 14 Apr 2012 14:57:06 +0000 (-0700) Subject: Correct path to cfninit data X-Git-Tag: 2014.1~2011 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=be21044ef82c3962034ade2af93194ddb03445ee;p=openstack-build%2Fheat-build.git Correct path to cfninit data Signed-off-by: Steven Dake --- diff --git a/templates/WordPress_Single_Instance_cfntools.template b/templates/WordPress_Single_Instance_cfntools.template index 360c327b..dc985249 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\n", + "/opt/aws/bin/cfn-init -f /var/lib/cloud/data/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",