From 2de89fe8d44f34b9ad82ae455a892df1a503056e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 10 Feb 2015 10:59:08 +0100 Subject: [PATCH] Allow funcs in the 'env' dictionary refs #7564 --- lib/icinga/icinga-type.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index aa23acb0e5a..c3cda24d78a 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -222,6 +222,7 @@ }, %attribute %dictionary "env" { %attribute %string "*" + %attribute %function "*" }, %attribute %number "timeout" /* } */