diff --git a/manifests/access.pp b/manifests/access.pp index 99d36d2..3400bcc 100644 --- a/manifests/access.pp +++ b/manifests/access.pp @@ -11,7 +11,7 @@ define sudo::access ( } # there shouldn't be a dot in those filenames! file { "${sudo::dir}/01-user_access-${title}": - ensure => 'present', + ensure => $ensure, owner => 'root', group => 0, mode => '0440',