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:
01f9d80
)
Remove the buildd.d.o sources.list entry on schroeder, sompek, stadler - apt cannot...
author
Peter Palfrader
<peter@palfrader.org>
Tue, 9 Jun 2015 09:33:58 +0000
(11:33 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 9 Jun 2015 09:33:58 +0000
(11:33 +0200)
modules/buildd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/buildd/manifests/init.pp
b/modules/buildd/manifests/init.pp
index
41805fe
..
e168abc
100644
(file)
--- a/
modules/buildd/manifests/init.pp
+++ b/
modules/buildd/manifests/init.pp
@@
-40,7
+40,13
@@
class buildd ($ensure=present) {
default => 'wheezy'
}
+ $buildd_apt_main_ensure = $::hostname ? {
+ /^(schroeder|sompek|stadler)$/ => 'absent',
+ default => 'present',
+ }
+
site::aptrepo { 'buildd.debian.org':
+ ensure => $buildd_apt_main_ensure,
key => 'puppet:///modules/buildd/buildd.debian.org.gpg',
url => 'https://buildd.debian.org/apt/',
suite => $suite,