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:
cc8e27b
)
remove buildd-proposed apt repo on porpora
author
Julien Cristau
<jcristau@debian.org>
Sun, 10 May 2015 13:27:55 +0000
(15:27 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Sun, 10 May 2015 13:27:55 +0000
(15:27 +0200)
There's no jessie-proposed.
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
52317dd
..
41805fe
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-49,7
+49,7
@@
class buildd ($ensure=present) {
}
$buildd_prop_ensure = $::hostname ? {
- /^(alkman|
porpora|
zandonai)$/ => 'present',
+ /^(alkman|zandonai)$/ => 'present',
default => 'absent',
}