From 34219ce0e15de5423baaaa1054a98cf1b58f0eae Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Thu, 25 Jul 2019 15:03:50 +0200 Subject: [PATCH] [peripety] collect proper config file The config file is /etc/peripetyd.conf . Resolves: #1737 Signed-off-by: Pavel Moravec --- sos/plugins/peripety.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/peripety.py b/sos/plugins/peripety.py index 7567731d..42877c66 100644 --- a/sos/plugins/peripety.py +++ b/sos/plugins/peripety.py @@ -20,7 +20,7 @@ class Peripety(Plugin, RedHatPlugin): services = ('peripetyd',) def setup(self): - self.add_copy_spec('/etc/peripety.conf') + self.add_copy_spec('/etc/peripetyd.conf') forbid_reg = [ 'vd.*', -- 2.21.0