]> granicus.if.org Git - icinga2/commitdiff
Fix Notification::user_groups validator (rename from Notification::groups).
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 27 Sep 2013 12:58:32 +0000 (14:58 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 27 Sep 2013 12:58:32 +0000 (14:58 +0200)
Fixes #4753

lib/icinga/icinga-type.conf

index 23e7ef8046d3b3e067135b717f44906e4440f233..1e8e48208b3915b901dc86a98868818886d3b4df 100644 (file)
@@ -126,7 +126,7 @@ type Notification {
        %attribute array "users" {
                %attribute name(User) "*"
        },
-       %attribute array "groups" {
+       %attribute array "user_groups" {
                %attribute name(UserGroup) "*"
        },