]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Add #includedir directive to /etc/sudoers.
authorAndrew Schoen <aschoen@redhat.com>
Fri, 17 Apr 2015 14:41:27 +0000 (09:41 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 17 Apr 2015 14:41:27 +0000 (09:41 -0500)
This ensures that we're including files in /etc/sudoers.d. This is
important so that the cephlab_sudo file we put in /etc/sudoers.d stays
activated.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/templates/sudoers

index 571cb9809a2d7b8ea44d4cc8e4e760d85fccbf56..d4dc6d514d46d01e87dc69f01ec06baecf106c36 100755 (executable)
@@ -43,3 +43,5 @@ root  ALL=(ALL)       ALL
 %wheel ALL=(ALL)       ALL
 
 {{ teuthology_user }} ALL=(ALL) NOPASSWD:ALL
+
+#includedir /etc/sudoers.d