diff options
-rw-r--r-- | sos/plugins/satellite.py | 3 |
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") \ |