From: Gunnar Beutner Date: Thu, 18 Jun 2015 06:14:34 +0000 (+0200) Subject: Fix incorrect validator for command arguments X-Git-Tag: v2.3.6~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57713374cc0f34246af3e75c5d06cd64143281a1;p=icinga2 Fix incorrect validator for command arguments fixes #9436 --- diff --git a/lib/icinga/icinga-type.conf b/lib/icinga/icinga-type.conf index 049eadc1d..b6fff12f7 100644 --- a/lib/icinga/icinga-type.conf +++ b/lib/icinga/icinga-type.conf @@ -212,6 +212,7 @@ }, %attribute %dictionary "arguments" { %attribute %string "*", + %attribute %function "*", %attribute %dictionary "*" { %attribute %string "key" %attribute %string "value"