From afb73a6e764819c953e17c0f181b8dd7f4ad8e1b Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Thu, 26 Apr 2012 23:16:59 +1000 Subject: [PATCH] Add an easier way to update the cfn scripts Signed-off-by: Angus Salkeld --- ...WordPress_Single_Instance_With_HA.template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/templates/WordPress_Single_Instance_With_HA.template b/templates/WordPress_Single_Instance_With_HA.template index 3a4149fef..f0feeac7f 100644 --- a/templates/WordPress_Single_Instance_With_HA.template +++ b/templates/WordPress_Single_Instance_With_HA.template @@ -103,6 +103,25 @@ "AWS::CloudFormation::Init" : { "config" : { "files" : { + "/opt/aws/bin/cfn-init" : { + "source" : "https://raw.github.com/heat-api/heat/ha/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", + "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", + "mode" : "000644", + "owner" : "root", + "group" : "root" + }, + "/etc/cfn/cfn-credentials" : { "content" : { "Fn::Join" : ["", [ "AWSAccessKeyId=GobbleGobble\n",