cfn-push-stats reference to HeartbeatFailureAlarm should be a
Ref not a hard-coded string, or the engine fails to find the
watch because the name lacks the stack prefix
ref bug
1100719
Change-Id: I0fbec026b883348b674327ae6e097a9452ce375f
Signed-off-by: Steven Hardy <shardy@redhat.com>
"MAIL=\"\"\n",
"\n",
"* * * * * /opt/aws/bin/cfn-push-stats ",
- " --watch HeartbeatFailureAlarm --heartbeat\n"
+ " --watch ", { "Ref" : "HeartbeatFailureAlarm" },
+ " --heartbeat\n"
]]},
"mode" : "000600",
"owner" : "root",