diff options
-rw-r--r-- | sos/report/plugins/s390.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sos/report/plugins/s390.py b/sos/report/plugins/s390.py index 4183a46c..be55aa98 100644 --- a/sos/report/plugins/s390.py +++ b/sos/report/plugins/s390.py @@ -17,13 +17,7 @@ class S390(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): plugin_name = 's390' profiles = ('system', 'hardware') - - # Check for s390 arch goes here - - def check_enabled(self): - return ("s390" in self.policy.get_arch()) - - # Gather s390 specific information + architectures = ('s390.*',) def setup(self): self.add_copy_spec([ |