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