From: Michael Friedrich Date: Sun, 30 Mar 2014 16:33:28 +0000 (+0200) Subject: Fix ClusterListener 'peers' attribute validation. X-Git-Tag: v0.0.9~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1eab42eadd7ad6df26729b85177c298a0684df47;p=icinga2 Fix ClusterListener 'peers' attribute validation. Refs #5870 --- diff --git a/components/cluster/cluster-type.conf b/components/cluster/cluster-type.conf index 12f97f34b..eea76f49c 100644 --- a/components/cluster/cluster-type.conf +++ b/components/cluster/cluster-type.conf @@ -33,6 +33,6 @@ %attribute %string "bind_port", %attribute %array "peers" { - %attribute name(Endpoint) "*" + %attribute %name(Endpoint) "*" } }