add sane defaults for access
This commit is contained in:
parent
8f4a33e33b
commit
819abc4863
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
define sudo::extra-access($ensure = 'present', $user, $access) {
|
||||
define sudo::extra-access($ensure = 'present', $user, $access = 'ALL=(ALL) ALL') {
|
||||
file { "/etc/sudoers.d/01-user_access-$title":
|
||||
ensure => 'present',
|
||||
owner => root,
|
||||
|
|
Loading…
Reference in a new issue