X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=blobdiff_plain;f=modules%2Fbase_installation%2Fmanifests%2Fusers.pp;h=1ce5da76e3c0997d24d7648ff4e6e7083daef52f;hp=d0ac449a55a6a4c747212e9cd68f8637d80f0cec;hb=220496056eb730f204f9d21d61d10d41d876c5a1;hpb=1b2e270afc9da7bbab85e0d729d317a97cca962f diff --git a/modules/base_installation/manifests/users.pp b/modules/base_installation/manifests/users.pp index d0ac449..1ce5da7 100644 --- a/modules/base_installation/manifests/users.pp +++ b/modules/base_installation/manifests/users.pp @@ -15,7 +15,8 @@ class base_installation::users ( sudo::conf { 'wheel': priority => 10, - content => "%wheel ALL=(ALL) ALL" + content => "%wheel ALL=(ALL) ALL", + require => Package["sudo"], } contain "sudo"