---
cobbler/action_sync.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 1ba9165..4ebe027 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -163,7 +163,7 @@ class BootSync:
if not x.endswith(".py"):
utils.rmfile(path,verbose=self.verbose)
if os.path.isdir(path):
- if not x in ["web", "webui",
"localmirror","repo_mirror","ks_mirror","images","links","repo_profile","repo_system","svc","rendered"]
:
+ if not x in ["aux", "web", "webui",
"localmirror","repo_mirror","ks_mirror","images","links","repo_profile","repo_system","svc","rendered"]
:
# delete directories that shouldn't exist
utils.rmtree(path,verbose=self.verbose)
if x in
["kickstarts","kickstarts_sys","images","systems","distros","profiles","repo_profile","repo_system","rendered"]:
--
1.6.0.6
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler