diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-02 11:58:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-02 11:58:29 -0200 |
commit | d22788a7a2d611e8b8630717e8e2f79319a80a6d (patch) | |
tree | 195e4efe0c5826660f322d2cea5b88ce1a984700 /files/etc/sudoers | |
download | puppet-nodo-d22788a7a2d611e8b8630717e8e2f79319a80a6d.tar.gz puppet-nodo-d22788a7a2d611e8b8630717e8e2f79319a80a6d.tar.bz2 |
Initial import
Diffstat (limited to 'files/etc/sudoers')
-rw-r--r-- | files/etc/sudoers | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/etc/sudoers b/files/etc/sudoers new file mode 100644 index 0000000..1026c16 --- /dev/null +++ b/files/etc/sudoers @@ -0,0 +1,21 @@ +# /etc/sudoers +# +# This file MUST be edited with the 'visudo' command as root. +# +# See the man page for details on how to write a sudoers file. +# + +Defaults env_reset + +# Host alias specification + +# User alias specification + +# Cmnd alias specification + +# User privilege specification + +# Uncomment to allow members of group sudo to not need a password +# (Note that later entries override this, so you might need to move +# it further down) +%sudo ALL=NOPASSWD: ALL |