fix typo
This commit is contained in:
parent
73c5057e01
commit
81a06483fc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ define sudo::user_alias (
|
|||
$ensure = 'present'
|
||||
) {
|
||||
# this is 00-prefixed so that it's defined before the other definitions
|
||||
file { "${sudo::dir}/etc/sudoers.d/00-user_alias-${title}":
|
||||
file { "${sudo::dir}/00-user_alias-${title}":
|
||||
ensure => $ensure,
|
||||
owner => 'root',
|
||||
group => 0,
|
||||
|
|
Loading…
Reference in a new issue