Browse Source

autoloading fix

Antoine Beaupré 11 năm trước cách đây
mục cha
commit
f4f40c5718
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
   }