fix modes
This commit is contained in:
parent
02624d72aa
commit
153a9e8348
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ define sudo::extra-access($ensure = 'present', $user = undef, $access = 'ALL=(AL
|
|||
ensure => 'present',
|
||||
owner => root,
|
||||
group => root,
|
||||
mode => 640,
|
||||
mode => 0440,
|
||||
content => "# THIS FILE IS MANAGED BY PUPPET !\n${user} ${access}\n",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue