From: Andrew Schoen Date: Fri, 17 Apr 2015 14:41:27 +0000 (-0500) Subject: Add #includedir directive to /etc/sudoers. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=deb4a5aece55797468900face3ee87ff1406d787;p=ceph-cm-ansible.git Add #includedir directive to /etc/sudoers. 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 --- diff --git a/roles/testnode/templates/sudoers b/roles/testnode/templates/sudoers index 571cb98..d4dc6d5 100755 --- a/roles/testnode/templates/sudoers +++ b/roles/testnode/templates/sudoers @@ -43,3 +43,5 @@ root ALL=(ALL) ALL %wheel ALL=(ALL) ALL {{ teuthology_user }} ALL=(ALL) NOPASSWD:ALL + +#includedir /etc/sudoers.d