Ensure that we are sudo includes /etc/sudoers.d

It doesn't by default everywhere - without this the sudo_rules option won't work
This commit is contained in:
Ash Berlin 2014-04-28 17:39:45 +01:00
parent a8604f7e54
commit 99d7b92b06

View File

@ -20,3 +20,4 @@ sudoer-defaults:
- text:
- Defaults env_reset
- Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- '#includedir /etc/sudoers.d'