diff options
-rw-r--r-- | sos/plugins/cobbler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/cobbler.py b/sos/plugins/cobbler.py index e3d289e2..b7548131 100644 --- a/sos/plugins/cobbler.py +++ b/sos/plugins/cobbler.py @@ -39,3 +39,4 @@ class DebianCobbler(Cobbler, DebianPlugin, UbuntuPlugin): self.add_copy_spec("/etc/cobbler") self.add_copy_spec("/var/log/cobbler") self.add_copy_spec("/var/lib/cobbler") + self.add_forbidden_path("/var/lib/cobbler/isos") |