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:
d435efc
)
buildd: squeeze cleanup
author
Julien Cristau
<jcristau@debian.org>
Wed, 2 Mar 2016 22:23:47 +0000
(23:23 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Wed, 2 Mar 2016 22:23:47 +0000
(23:23 +0100)
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
7b22eae
..
2809094
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-39,12
+39,11
@@
class buildd ($ensure=present) {
}
$suite = $::lsbdistcodename ? {
- squeeze => $::lsbdistcodename,
wheezy => $::lsbdistcodename,
jessie => $::lsbdistcodename,
stretch => $::lsbdistcodename,
- undef => '
squeeze
',
- default => '
wheezy
'
+ undef => '
wheezy
',
+ default => '
jessie
'
}
$buildd_apt_url = $::debarchitecture ? {
@@
-95,7
+94,7
@@
class buildd ($ensure=present) {
require => Package['debian.org']
}
- if ($::
lsbmajdistrelease >= 7 and $::
kernel == 'Linux') {
+ if ($::kernel == 'Linux') {
package { 'python-psutil':
ensure => installed,
}