properly remove access to users when requested
This commit is contained in:
parent
c57d39eb42
commit
a9f7942304
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ define sudo::access (
|
||||||
}
|
}
|
||||||
# there shouldn't be a dot in those filenames!
|
# there shouldn't be a dot in those filenames!
|
||||||
file { "${sudo::dir}/01-user_access-${title}":
|
file { "${sudo::dir}/01-user_access-${title}":
|
||||||
ensure => 'present',
|
ensure => $ensure,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 0,
|
group => 0,
|
||||||
mode => '0440',
|
mode => '0440',
|
||||||
|
|
Loading…
Reference in a new issue