From 879c89793418b9e28fca50457ab1b3ce30bb461f Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 26 Oct 2014 14:59:59 +0100 Subject: Server/Plugins/ALC: do not require a name attribute --- src/lib/Bcfg2/Server/Plugins/ACL.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/Bcfg2/Server/Plugins/ACL.py b/src/lib/Bcfg2/Server/Plugins/ACL.py index 1c1e54312..37f51a2a1 100644 --- a/src/lib/Bcfg2/Server/Plugins/ACL.py +++ b/src/lib/Bcfg2/Server/Plugins/ACL.py @@ -62,6 +62,7 @@ def ip_matches(ip, entry): class IPACLFile(Bcfg2.Server.Plugin.XMLFileBacked): """ representation of ACL ip.xml, for IP-based ACLs """ + __identifier__ = None actions = dict(Allow=True, Deny=False, Defer=None) -- cgit v1.2.3-1-g7c22