aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-09-16 21:19:24 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-09-16 21:19:24 +0100
commit99794524f5341c2db2a84179e624d957268657b7 (patch)
treef14ede20f74a5262fd4c3d5399b4e847868edbd7
parent361b2f7cf2f0e45dbee49d4d86d7bfedcd0db304 (diff)
downloadsos-99794524f5341c2db2a84179e624d957268657b7.tar.gz
[satellite] make plugin default enabled
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/satellite.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sos/plugins/satellite.py b/sos/plugins/satellite.py
index 9637d55c..3eeaab83 100644
--- a/sos/plugins/satellite.py
+++ b/sos/plugins/satellite.py
@@ -26,9 +26,6 @@ class Satellite(Plugin, RedHatPlugin):
option_list = [("log", 'gathers all apache logs', 'slow', False)]
- def default_enabled(self):
- return False
-
def rhn_package_check(self):
self.satellite = self.is_installed("rhns-satellite-tools") \
or self.is_installed("spacewalk-java") \