]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Adjust cfn-init -f flag to be implicit
authorSteven Dake <sdake@redhat.com>
Mon, 16 Apr 2012 23:34:53 +0000 (16:34 -0700)
committerSteven Dake <sdake@redhat.com>
Mon, 16 Apr 2012 23:34:53 +0000 (16:34 -0700)
Fixes issue #75 for WordPress_Single_Instance_cfntools.template

Signed-off-by: Steven Dake <sdake@redhat.com>
templates/WordPress_Single_Instance_cfntools.template

index dc985249116acc97970a7b7ded5c7d34e9278392..063602bc44985eed2cbbd27bb94d3d05dca85e98 100644 (file)
         "KeyName"        : { "Ref" : "KeyName" },
         "UserData"       : { "Fn::Base64" : { "Fn::Join" : ["", [
           "#!/bin/bash -v\n",
-          "/opt/aws/bin/cfn-init -f /var/lib/cloud/data/cfn-init-data\n",
+          "/opt/aws/bin/cfn-init\n",
           "# Setup MySQL root password and create a user\n",
           "mysqladmin -u root password '", { "Ref" : "DBRootPassword" }, "'\n",
           "cat >> /tmp/mysql-wordpress-config << EOF\n",