]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Download cfn tools from the master branch.
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 7 May 2012 10:46:44 +0000 (20:46 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 7 May 2012 10:46:44 +0000 (20:46 +1000)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
templates/WordPress_Single_Instance_With_HA.template

index f0feeac7f11bd74059ab3e74746b93a6cb364e86..88c49d7b3dfcb9daf3dabd8b7a13a23a851fb0ad 100644 (file)
           "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"