Merge pull request #6089 from Icinga/fix/docs-notification-example

Docs: Fix bracket in notification example
This commit is contained in:
Michael Friedrich 2018-02-14 13:06:08 +01:00 committed by GitHub
commit f3e747509c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}