explaine again
This commit is contained in:
parent
6800b023a9
commit
bf7c40b7f4
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue