소스 검색

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
   }