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:
627c0d1
)
if we declare a dependency on schroot, it needs to be a resource
author
Stephen Gran
<steve@lobefin.net>
Fri, 29 Jul 2011 22:13:13 +0000
(23:13 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 29 Jul 2011 22:13:13 +0000
(23:13 +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
0499253
..
a5af7be
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-1,5
+1,6
@@
class buildd {
package {
+ "schroot": ensure => installed;
"sbuild": ensure => installed;
"buildd": ensure => installed;
"buildd-builder-meta": ensure => installed;