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",