Fix incorrect attribute name in the documentation

fixes #10456

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
Hannes Van de Vel 2015-10-22 08:16:37 +02:00 committed by Gunnar Beutner
parent 12015e0eca
commit b49ed5a876
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ the template by checking for custom attributes. This can be achieved by using [c
// same with notification period
if (host.vars.notification_period) {
interval = host.vars.notification_period
period = host.vars.notification_period
}
// Send SMS instead of email if the host's custom attribute `notification_type` is set to `sms`