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:
a7de476
)
maybe this will be nicer
author
Stephen Gran
<steve@lobefin.net>
Sun, 20 Sep 2009 11:37:17 +0000
(12:37 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 20 Sep 2009 11:37:17 +0000
(12:37 +0100)
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
8331d50
..
192c546
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-1,5
+1,5
@@
Package {
- require =>
File["/etc/apt/apt.conf.d/local-recommends"
]
+ require =>
[ Exec["apt-get update"], File["/etc/apt/apt.conf.d/local-recommends"]
]
}
File {