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:
5c3ced6
)
schroot has to be on hold on wheezy
author
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 14:03:58 +0000
(15:03 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 14:03:58 +0000
(15:03 +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
0993a1d
..
364267a
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-1,6
+1,13
@@
class buildd {
+
+ # sigh, sort this mess out, kids
+ if $::lsbdistcodename in [lenny,squeeze] {
+ package { 'schroot': ensure => installed }
+ } else {
+ package { 'schroot': ensure => held }
+ }
+
package { [
- 'schroot',
'sbuild',
'apt-transport-https',
'debootstrap',