Docs: Fix bracket in notification example

refs #6089
This commit is contained in:
Michael Friedrich 2018-02-14 13:04:42 +01:00
parent 2fee533b32
commit 6f7739b1cb
1 changed files with 1 additions and 1 deletions

View File

@ -1675,7 +1675,7 @@ apply Notification "mail-host-notification" to Service {
if (service.vars.notification.mail.groups) {
user_groups = service.vars.notification.mail.groups
} else {host.vars.notification.mail.groups) {
} else (host.vars.notification.mail.groups) {
user_groups = host.vars.notification.mail.groups
}