From 11282b875ebc9ee5102a82b44c9f8243bc64a664 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 22 Mar 2013 14:45:24 +0100 Subject: [PATCH] Fix syntax error in type validators. --- lib/icinga/icinga-type.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index 7a534cf8e..b4037de44 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -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 "*"