diff options
-rw-r--r-- | sos/report/plugins/foreman.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/report/plugins/foreman.py b/sos/report/plugins/foreman.py index 95657006..0ebef8c1 100644 --- a/sos/report/plugins/foreman.py +++ b/sos/report/plugins/foreman.py @@ -267,7 +267,8 @@ class Foreman(Plugin): def postproc(self): satreg = r"((foreman.*)?(\"::(foreman(.*?)|katello).*)?((::(.*)::.*" \ - r"(passw|cred|token|secret|key).*(\")?:)|(storepass )))(.*)" + r"(passw|cred|token|secret|key).*(\")?:)|(storepass )" \ + r"|(password =)))(.*)" self.do_path_regex_sub( "/var/log/foreman-installer/sat*", satreg, |