From 37291ffda17bed7b994649db89a98ffa2a69d33f Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 12 Sep 2013 13:54:54 -0400 Subject: Core: Do not create DefaultACL/ directory --- src/lib/Bcfg2/Server/Core.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/Bcfg2/Server/Core.py') diff --git a/src/lib/Bcfg2/Server/Core.py b/src/lib/Bcfg2/Server/Core.py index 3eb84f45f..99bf4baf5 100644 --- a/src/lib/Bcfg2/Server/Core.py +++ b/src/lib/Bcfg2/Server/Core.py @@ -81,6 +81,8 @@ class NoExposedMethod (Exception): class DefaultACL(Plugin, ClientACLs): """ Default ACL 'plugin' that provides security by default. This is only loaded if no other ClientACLs plugin is enabled. """ + create = False + def __init__(self, core, datastore): Bcfg2.Server.Plugin.Plugin.__init__(self, core, datastore) Bcfg2.Server.Plugin.ClientACLs.__init__(self) -- cgit v1.2.3-1-g7c22