Antoine Beaupré 11 anni fa
parent
commit
f4f40c5718
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      manifests/access.pp

+ 1 - 0
manifests/access.pp

@@ -3,6 +3,7 @@ define sudo::access (
   $user = undef,
   $access = 'ALL=(ALL) ALL'
 ) {
+  include sudo
   if $user == undef {
     $real_user = $name
   }