Explorar o código

autoloading fix

Antoine Beaupré %!s(int64=11) %!d(string=hai) anos
pai
achega
f4f40c5718
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
   }