aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/policies/redhat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/policies/redhat.py b/sos/policies/redhat.py
index 849dcafc..42f67c5b 100644
--- a/sos/policies/redhat.py
+++ b/sos/policies/redhat.py
@@ -267,7 +267,7 @@ No changes will be made to system configuration.
def probe_preset(self):
# Package based checks
if self.pkg_by_name("satellite-common") is not None:
- return self.find_preset(SATELLITE)
+ return self.find_preset(RH_SATELLITE)
# Vanilla RHEL is default
return self.find_preset(RHEL)