From: Stephen Gran Date: Sun, 22 Mar 2009 20:06:29 +0000 (-0400) Subject: No reason for this: X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=69ca4db8fbd9ccb441dfffefbbc234c292bfe0ae;p=mirror%2Fdsa-puppet.git No reason for this: debconf: delaying package configuration, since apt-utils is not installed Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index b77dcd630..ec923781e 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -1,6 +1,7 @@ class debian-org { package { "userdir-ldap": ensure => latest; "zsh": ensure => installed; + "apt-utils": ensure => installed; "tcsh": ensure => installed; "pdksh": ensure => installed; "ksh": ensure => installed;