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:
f83f21f
)
Try to enable p-u at bm
author
Peter Palfrader
<peter@palfrader.org>
Sat, 5 Jul 2014 07:58:08 +0000
(09:58 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 5 Jul 2014 07:58:08 +0000
(09:58 +0200)
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
c911bd0
..
fa3784c
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-138,7
+138,8
@@
class debian-org {
components => ['main','contrib','non-free']
}
- if $::hostname in [ball, corelli, eysler, lucatelli, mayer, mayr, rem, pettersson] {
+ if ($::hostname in [ball, corelli, eysler, lucatelli, mayer, mayr, rem, pettersson]) or
+ ($::hoster in [bytemark]) {
site::aptrepo { 'proposed-updates':
url => $mirror,
suite => "${::lsbdistcodename}-proposed-updates",