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:
3afc62d
)
buildd: add jessie suite
author
Héctor Orón Martínez
<zumbi@debian.org>
Wed, 25 Feb 2015 19:33:52 +0000
(20:33 +0100)
committer
Héctor Orón Martínez
<zumbi@debian.org>
Wed, 25 Feb 2015 19:33:52 +0000
(20:33 +0100)
Signed-off-by: Héctor Orón Martínez <zumbi@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
0390300
..
a58d1f3
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-34,6
+34,7
@@
class buildd ($ensure=present) {
$suite = $::lsbdistcodename ? {
squeeze => $::lsbdistcodename,
wheezy => $::lsbdistcodename,
+ jessie => $::lsbdistcodename,
undef => 'squeeze',
default => 'wheezy'
}