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:
a996917
)
s/installed/latest/ for buildd software
author
Stephen Gran
<steve@lobefin.net>
Mon, 13 Apr 2009 16:34:43 +0000
(17:34 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 13 Apr 2009 16:34:43 +0000
(17:34 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
5436b72
..
bcbda53
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-1,8
+1,8
@@
class buildd {
package {
- "sbuild": ensure =>
installed
;
- "buildd": ensure =>
installed
;
- "buildd-builder-meta": ensure =>
installed
;
+ "sbuild": ensure =>
latest
;
+ "buildd": ensure =>
latest
;
+ "buildd-builder-meta": ensure =>
latest
;
"apt-transport-https": ensure => installed;
}