From 630dfbee936050698d33b59abd1e243c44e50af8 Mon Sep 17 00:00:00 2001 From: Jan Jansky Date: Thu, 3 Jun 2021 15:04:57 +0200 Subject: [PATCH] [sssd] sssd plugin when sssd-common We have reports that sssd logs are not collected, when we investigated we found associate wants to collect sssd related logs also when only sssd-common package is installed. We got this confirmed by sbr-idm. Resolves: #2571 Signed-off-by: Jan Jansky --- sos/report/plugins/sssd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/report/plugins/sssd.py b/sos/report/plugins/sssd.py index 17933935..6f98e90c 100644 --- a/sos/report/plugins/sssd.py +++ b/sos/report/plugins/sssd.py @@ -19,7 +19,7 @@ class Sssd(Plugin): plugin_name = "sssd" profiles = ('services', 'security', 'identity') - packages = ('sssd',) + packages = ('sssd', 'sssd-common') def setup(self): self.add_copy_spec([ -- 2.26.3