]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
This should prevent apt from installing packages before it sets up the
authorStephen Gran <steve@lobefin.net>
Sat, 28 Feb 2009 23:29:39 +0000 (23:29 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 28 Feb 2009 23:29:39 +0000 (23:29 +0000)
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 <steve@lobefin.net>
manifests/site.pp

index 24fc3599e79022ca9f6bdd48f3ded6431f052891..80b4fb37d8348c4f3b6e130d038786eb58c218ac 100644 (file)
@@ -1,3 +1,7 @@
+Package {
+    require => File["/etc/apt/apt.conf.d/local-recommends"]
+}
+
 node default {
     include munin-node
     include samhain