From 1fa84320f036f00d4be2a25daa610be760ae5108 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 28 Feb 2009 23:29:39 +0000 Subject: [PATCH] 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 --- manifests/site.pp | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2