aboutsummaryrefslogtreecommitdiffstats
path: root/sos/report/plugins/foreman_installer.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/report/plugins/foreman_installer.py')
-rw-r--r--sos/report/plugins/foreman_installer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sos/report/plugins/foreman_installer.py b/sos/report/plugins/foreman_installer.py
index f04a9750..d5a7c245 100644
--- a/sos/report/plugins/foreman_installer.py
+++ b/sos/report/plugins/foreman_installer.py
@@ -89,12 +89,12 @@ class RedHatForemanInstaller(ForemanInstaller, RedHatPlugin):
self.add_file_tags({
'/var/log/foreman-installer/satellite.log':
- ['foreman_satellite_log' 'satellite_installer_log'],
+ ['foreman_satellite_log', 'satellite_installer_log'],
'/var/log/foreman-installer/capsule.log':
- ['capsule_log' 'capsule_installer_log'],
+ ['capsule_log', 'capsule_installer_log'],
})
- super(RedHatForemanInstaller, self).setup()
+ super().setup()
# vim: set et ts=4 sw=4 :