瀏覽代碼

autoloading fix

Antoine Beaupré 11 年之前
父節點
當前提交
f4f40c5718
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
   }