explain a little
This commit is contained in:
parent
153a9e8348
commit
6800b023a9
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ define sudo::extra-access($ensure = 'present', $user = undef, $access = 'ALL=(AL
|
|||
if $user == undef {
|
||||
$user = $name
|
||||
}
|
||||
# there shouldn't be a dot in those filenames!
|
||||
file { "/etc/sudoers.d/01-user_access-${name}":
|
||||
ensure => 'present',
|
||||
owner => root,
|
||||
|
|
Loading…
Reference in a new issue