diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-08 16:09:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-08 16:09:27 -0300 |
commit | b7a4ea28dba3e57de5774c60b56c41c9c06bb636 (patch) | |
tree | fddf9dcf076b94591484f449ec278b3d1ac65d36 | |
parent | d91df97b51138c1296a4f77e65fa7357a79f9acd (diff) | |
download | puppet-nodo-b7a4ea28dba3e57de5774c60b56c41c9c06bb636.tar.gz puppet-nodo-b7a4ea28dba3e57de5774c60b56c41c9c06bb636.tar.bz2 |
Includedir support for sudoers
-rw-r--r-- | files/etc/sudoers | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/etc/sudoers b/files/etc/sudoers index 30c160f..10ec90b 100644 --- a/files/etc/sudoers +++ b/files/etc/sudoers @@ -5,6 +5,9 @@ # See the man page for details on how to write a sudoers file. # +# Include additional rules +#includedir /etc/sudoers.d + Defaults env_reset # Host alias specification |