From 73c5057e016a9a7e6241cde645be421f3ccba428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 22 Jun 2013 13:45:02 -0400 Subject: [PATCH] fix default case --- manifests/access.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/access.pp b/manifests/access.pp index f13d480..023f5d5 100644 --- a/manifests/access.pp +++ b/manifests/access.pp @@ -6,6 +6,8 @@ define sudo::access ( include sudo if $user == undef { $real_user = $name + } else { + $real_user = $user } # there shouldn't be a dot in those filenames! file { "${sudo::dir}/01-user_access-${title}":