From: Angus Salkeld Date: Mon, 7 May 2012 10:46:44 +0000 (+1000) Subject: Download cfn tools from the master branch. X-Git-Tag: 2014.1~1869 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6d4a0dff6bac0b722e5a5ae769463b60e7451873;p=openstack-build%2Fheat-build.git Download cfn tools from the master branch. Signed-off-by: Angus Salkeld --- diff --git a/templates/WordPress_Single_Instance_With_HA.template b/templates/WordPress_Single_Instance_With_HA.template index f0feeac7..88c49d7b 100644 --- a/templates/WordPress_Single_Instance_With_HA.template +++ b/templates/WordPress_Single_Instance_With_HA.template @@ -104,19 +104,25 @@ "config" : { "files" : { "/opt/aws/bin/cfn-init" : { - "source" : "https://raw.github.com/heat-api/heat/ha/heat/cfntools/cfn-init", + "source" : "https://raw.github.com/heat-api/heat/master/heat/cfntools/cfn-init", "mode" : "000755", "owner" : "root", "group" : "root" }, "/opt/aws/bin/cfn-hup" : { - "source" : "https://raw.github.com/heat-api/heat/ha/heat/cfntools/cfn-hup", + "source" : "https://raw.github.com/heat-api/heat/master/heat/cfntools/cfn-hup", + "mode" : "000755", + "owner" : "root", + "group" : "root" + }, + "/opt/aws/bin/cfn-signal" : { + "source" : "https://raw.github.com/heat-api/heat/master/heat/cfntools/cfn-signal", "mode" : "000755", "owner" : "root", "group" : "root" }, "/opt/aws/bin/cfn_helper.py" : { - "source" : "https://raw.github.com/heat-api/heat/ha/heat/cfntools/cfn_helper.py", + "source" : "https://raw.github.com/heat-api/heat/master/heat/cfntools/cfn_helper.py", "mode" : "000644", "owner" : "root", "group" : "root"