Merged in MON-82_alerting_messages-fix (pull request #17)

MON-82 Fix common alerting message

Approved-by: Laurent Piroelle <laurent.piroelle@fr.clara.net>
Approved-by: Jérôme Respaut <shr3ps@gmail.com>
Approved-by: Alexandre Gaillet <alexandre.gaillet@fr.clara.net>
This commit is contained in:
Laurent Piroelle 2017-11-27 14:17:53 +00:00 committed by Jérôme Respaut
commit 27723340fe

View File

@ -11,5 +11,7 @@ EOF
vars { vars {
oncall_24x7 = "${var.oncall_24x7}" oncall_24x7 = "${var.oncall_24x7}"
oncall_office_hours = "${var.oncall_office_hours}" oncall_office_hours = "${var.oncall_office_hours}"
prepend_text = "${var.prepend_text}"
append_text = "${var.append_text}"
} }
} }