]> granicus.if.org Git - icinga2/commitdiff
Fix ClusterListener 'peers' attribute validation.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Sun, 30 Mar 2014 16:33:28 +0000 (18:33 +0200)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Sun, 30 Mar 2014 16:36:28 +0000 (18:36 +0200)
Refs #5870

components/cluster/cluster-type.conf

index 12f97f34bcb5070bc4362d0bcc6608dda973fdc8..eea76f49c862f53e5d83487a8182f6ab5d341e76 100644 (file)
@@ -33,6 +33,6 @@
        %attribute %string "bind_port",
 
        %attribute %array "peers" {
-               %attribute name(Endpoint) "*"
+               %attribute %name(Endpoint) "*"
        }
 }