Merge branch 'myfix' into 'master'
properly remove access to users when requested Just so we can erase access via puppet. See merge request !1
This commit is contained in:
commit
4f2d6c4454
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