diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2014-03-14 15:03:29 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-03-14 15:03:29 -0400 |
commit | 3ff674035d8962bf3ca3320900fccc6619af7a3d (patch) | |
tree | 5ab46e52058542324bb7e637445b994de36e9603 | |
parent | 4d1351efbd09220c36e889e222c40fe3ae68958a (diff) | |
download | sos-3ff674035d8962bf3ca3320900fccc6619af7a3d.tar.gz |
Do not collect isos in cobbler plugin
In Ubuntu isos are being added to the tarball, do not do that.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
-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") |