From: Stephen Gran Date: Sat, 28 Feb 2009 23:29:39 +0000 (+0000) Subject: This should prevent apt from installing packages before it sets up the X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fa84320f036f00d4be2a25daa610be760ae5108;p=dsa-puppet.git This should prevent apt from installing packages before it sets up the local file turning off recommends, so the initial install doesn't end up pulling in all sorts of extra nonsense. Thanks to weasel for pointing out the issue to me. Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 24fc3599..80b4fb37 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,3 +1,7 @@ +Package { + require => File["/etc/apt/apt.conf.d/local-recommends"] +} + node default { include munin-node include samhain