From 57713374cc0f34246af3e75c5d06cd64143281a1 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 18 Jun 2015 08:14:34 +0200 Subject: [PATCH] Fix incorrect validator for command arguments fixes #9436 --- 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 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" -- 2.40.0