mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6089 from Icinga/fix/docs-notification-example
Docs: Fix bracket in notification example
This commit is contained in:
commit
f3e747509c
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue