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
   }