aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/sos/plugins/rhn.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/sos/plugins/rhn.py')
-rw-r--r--src/lib/sos/plugins/rhn.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/sos/plugins/rhn.py b/src/lib/sos/plugins/rhn.py
index ff3fc751..049e51bc 100644
--- a/src/lib/sos/plugins/rhn.py
+++ b/src/lib/sos/plugins/rhn.py
@@ -15,7 +15,7 @@
from sos.plugintools import PluginBase
class rhn(PluginBase):
- """This plugin gathers RHN server related information
+ """RHN server related information
"""
def checkenabled(self):
# XXX check for the presence of requisite packages
@@ -48,6 +48,9 @@ class rhn(PluginBase):
self.addCopySpec("/home/nocpulse/var/*.log*")
self.addCopySpec("/home/nocpulse/var/commands/*.log*")
+ satellite = self.cInfo["policy"].pkgByName("rhns-satellite-tools")
+ proxy = self.cInfo["policy"].pkgByName("rhns-proxy-tools")
+
#
# Now, go for product-specific data
#