aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/rhn.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/sos/plugins/rhn.py b/sos/plugins/rhn.py
index eb12c818..424fc1d9 100644
--- a/sos/plugins/rhn.py
+++ b/sos/plugins/rhn.py
@@ -67,11 +67,8 @@ class rhn(Plugin, RedHatPlugin):
if self.satellite:
self.addCopySpecs(["/etc/tnsnames.ora", "/etc/jabberd"])
- # tomcat (4.x and newer satellites only)
- if not self.policy().pkgNVRA(satellite)[1].startswith("3."):
- self.addCopySpecs(["/etc/tomcat5", "/var/log/tomcat5"])
-
- self.addCopySpecs(["/etc/tomcat5", "/var/log/tomcat5"])
+ self.addCopySpec("/etc/tomcat6/")
+ self.addCopySpec("/var/log/tomcat6/")
if self.proxy:
self.addCopySpecs(["/etc/squid", "/var/log/squid"])