diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 12:22:15 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 12:22:15 +0000 |
commit | dcff10c7cb6d0524081bfab0b5bed7c3c171ba93 (patch) | |
tree | ddff36eb8961920b132096d195ca2343b8e58643 | |
parent | 745357d7facb01f5d4ba6c3385f7e526e61ce0f2 (diff) | |
download | sos-dcff10c7cb6d0524081bfab0b5bed7c3c171ba93.tar.gz |
Collect subscription-manager output in yum module
-rw-r--r-- | sos/plugins/yum.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py index 2e74cdef..036f76eb 100644 --- a/sos/plugins/yum.py +++ b/sos/plugins/yum.py @@ -54,6 +54,8 @@ class yum(Plugin, RedHatPlugin): "/etc/pki/consumer/cert.pem", "/etc/pki/entitlement/*.pem", "/etc/rhsm/"]) + self.collectExtOutput("subscription-manager list --installed") + self.collectExtOutput("subscription-manager list --consumed") if self.getOption("yumlist"): # List various information about available packages |