From a9f79423048dd9894fa0975fc49f253932024629 Mon Sep 17 00:00:00 2001 From: Guillaume Beaulieu Date: Wed, 7 Aug 2013 15:42:55 -0400 Subject: [PATCH] properly remove access to users when requested --- manifests/access.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',