From e8a5500535cb7c23ef3d687304033e50e80dbd3f Mon Sep 17 00:00:00 2001 From: Matt Schwager Date: Mon, 15 Oct 2012 12:34:07 -0400 Subject: IP based ACLs working for CherryPy Server. Still need to implement BuiltinServer and test. --- src/lib/Bcfg2/Server/Plugins/Acl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Plugins') diff --git a/src/lib/Bcfg2/Server/Plugins/Acl.py b/src/lib/Bcfg2/Server/Plugins/Acl.py index 61162dfca..dd1077da1 100644 --- a/src/lib/Bcfg2/Server/Plugins/Acl.py +++ b/src/lib/Bcfg2/Server/Plugins/Acl.py @@ -13,7 +13,7 @@ class AclFile(Bcfg2.Server.Plugin.XMLFileBacked): if not os.path.exists(filename): LOGGER.warning("Acl: %s missing. " "Creating empty one for you." % filename) - open(filename, "w").write("") + open(filename, "w").write("") try: fam = core.fam -- cgit v1.2.3-1-g7c22