explaine again

This commit is contained in:
Antoine Beaupré 2013-04-24 16:04:12 -04:00
parent 6800b023a9
commit bf7c40b7f4

View file

@ -1,5 +1,6 @@
define sudo::user-alias ($ensure = 'present', $members) {
file { "/etc/sudoers.d/00-user_alias-$title":
# this is 00-prefixed so that it's defined before the other definitions
file { "/etc/sudoers.d/00-user_alias-$title":
ensure => $ensure,
owner => root,
group => root,