From 220496056eb730f204f9d21d61d10d41d876c5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 14 Jul 2018 10:49:21 +0200 Subject: Fix package dependencies for base installation --- modules/base_installation/manifests/users.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/base_installation/manifests/users.pp') 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" -- cgit v1.2.3