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:
c3a6418
)
improve buildd class a bit
author
Peter Palfrader
<peter@palfrader.org>
Wed, 8 Apr 2009 22:45:13 +0000
(
00:45
+0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 8 Apr 2009 22:45:13 +0000
(
00:45
+0200)
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
34b6227
..
0ca271f
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-1,12
+1,16
@@
class buildd {
- package { "sbuild": ensure => latest;
-# is there a way to wait until the version from buildd.d.o is available?
+ package {
+ "sbuild": ensure => installed;
+ "buildd": ensure => installed;
+ "apt-transport-https": ensure => installed;
}
+
file {
"/etc/apt/sources.list.d/buildd.list":
source => "puppet:///files/etc/apt/sources.list.d/buildd.list";
require => Package["apt-transport-https"],
}
+
# THIS IS NOT READY YET
# also needs:
# apt key on the system: