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