diff options
author | Luigi Toscano <ltoscano@redhat.com> | 2016-07-01 13:23:44 +0200 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2016-10-25 15:16:44 +0100 |
commit | a587569816f05a21cb7578b6c3feca986892de9a (patch) | |
tree | 6f5c9d004765131a4134e20437c4fb039e1d023f | |
parent | d34281cddfcea1f756625ed4c72fd80ab893f3d7 (diff) | |
download | sos-a587569816f05a21cb7578b6c3feca986892de9a.tar.gz |
[openstack_sahara] capture all sahara* sudoers files
It seems that nowadays the file is /etc/sudoers.d/sahara-rootwrap.
Closes: #848.
-rw-r--r-- | sos/plugins/openstack_sahara.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/openstack_sahara.py b/sos/plugins/openstack_sahara.py index 5a2dbf21..b123f8bb 100644 --- a/sos/plugins/openstack_sahara.py +++ b/sos/plugins/openstack_sahara.py @@ -76,7 +76,7 @@ class RedHatSahara(OpenStackSahara, RedHatPlugin): def setup(self): super(RedHatSahara, self).setup() - self.add_copy_spec("/etc/sudoers.d/sahara") + self.add_copy_spec("/etc/sudoers.d/sahara*") # vim: et ts=4 sw=4 |