From: Steven Dake Date: Sat, 14 Apr 2012 14:27:15 +0000 (-0700) Subject: Fix typo in template X-Git-Tag: 2014.1~2013 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2d9253b07601c7cad3e21da5ead832171d52b637;p=openstack-build%2Fheat-build.git Fix typo in template Signed-off-by: Steven Dake --- diff --git a/templates/WordPress_Single_Instance_cfntools.template b/templates/WordPress_Single_Instance_cfntools.template index 8ba02c8d..103a4018 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 -i /var/lib/cloud/cfn-init-data" + "/opt/aws/bin/cfn-init -f /var/lib/cloud/cfn-init-data" "# Setup MySQL root password and create a user\n", "mysqladmin -u root password '", { "Ref" : "DBRootPassword" }, "'\n", "cat >> /tmp/mysql-wordpress-config << EOF\n",