aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2011-08-14 09:30:00 +0100
committerBryn M. Reeves <bmr@redhat.com>2011-08-14 09:30:00 +0100
commit8528c698719c26c97ae2656a36280b487fb2bef8 (patch)
tree29bb13180f709e85f452df9e946ed256d781f3be
parentf764242dffc6481d12fd03554f3af579e5f4b405 (diff)
downloadsos-8528c698719c26c97ae2656a36280b487fb2bef8.tar.gz
Add support for collecting Red Hat Subscrition Manager configuration
Resolves: bz714293
-rw-r--r--sos/plugins/general.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py
index cf9e7807..ff55f8d9 100644
--- a/sos/plugins/general.py
+++ b/sos/plugins/general.py
@@ -56,6 +56,7 @@ class general(sos.plugintools.PluginBase):
self.addCopySpec("/etc/pki/product/*.pem")
self.addCopySpec("/etc/pki/consumer/cert.pem")
self.addCopySpec("/etc/pki/entitlement/*.pem")
+ self.addCopySpec("/etc/rhsm/")
self.addForbiddenPath("/etc/pki/entitlement/key.pem")
if self.getOption('all_logs'):