diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 21:56:23 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 21:56:23 +0000 |
commit | fd165e876bfb11a91aa05dd3bb87f263f1aa667d (patch) | |
tree | abb5f0ecd6e0a628a0aece97fa9acb2cb1e8ee2e | |
parent | b21b9c9756fdb7f56b74c2db0656e5bdf31801ac (diff) | |
download | sos-fd165e876bfb11a91aa05dd3bb87f263f1aa667d.tar.gz |
Collect rhsm configuration in yum module
-rw-r--r-- | sos/plugins/yum.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py index b9d0697d..74a04130 100644 --- a/sos/plugins/yum.py +++ b/sos/plugins/yum.py @@ -51,7 +51,8 @@ class yum(Plugin, RedHatPlugin): self.addCopySpecs([ "/etc/pki/product/*.pem", "/etc/pki/consumer/cert.pem", - "/etc/pki/entitlement/*.pem"]) + "/etc/pki/entitlement/*.pem", + "/etc/rhsm/"]) if self.getOption("yumlist"): # List various information about available packages |