]> granicus.if.org Git - icinga2/commitdiff
Fix syntax error in type validators.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 22 Mar 2013 13:45:24 +0000 (14:45 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 22 Mar 2013 13:45:24 +0000 (14:45 +0100)
lib/icinga/icinga-type.conf

index 7a534cf8e5257e84a67a6f497db9158649ce4e97..b4037de44aaa4264548bb2750cfc5426b25e0cbc 100644 (file)
@@ -221,7 +221,7 @@ type Service {
                                %attribute string "*"
                        },
 
-                       %attribute array "export_macros"
+                       %attribute array "export_macros",
 
                        %attribute array "users" {
                                %attribute string "*"
@@ -254,7 +254,7 @@ type Notification {
                %attribute string "*"
        },
 
-       %attribute array "export_macros"
+       %attribute array "export_macros",
 
        %attribute array "users" {
                %attribute string "*"