projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b1d8f
)
This should prevent apt from installing packages before it sets up the
author
Stephen Gran
<steve@lobefin.net>
Sat, 28 Feb 2009 23:29:39 +0000
(23:29 +0000)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
24fc359
..
80b4fb3
100644
(file)
--- 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