From: Aurelien Jarno Date: Sat, 3 Oct 2015 15:12:05 +0000 (+0200) Subject: Add jessie-proposed-update repo for mips-aql-05 and mipsel-aql-02 X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=654303833a502bb6355705dea4e2d8238548b6c9 Add jessie-proposed-update repo for mips-aql-05 and mipsel-aql-02 Signed-off-by: Aurelien Jarno --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 6785f23d..c8461548 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -162,18 +162,17 @@ class debian-org { components => ['main','contrib','non-free'] } - #if ($::hostname in [corelli, lucatelli, mayr, pettersson]) or - # ($::hoster and ($::hoster in [bytemark, man-da, brown])) { - # site::aptrepo { 'proposed-updates': - # url => $mirror, - # suite => "${::lsbdistcodename}-proposed-updates", - # components => ['main','contrib','non-free'] - # } - #} else { + if ($::hostname in [mips-aql-05 mipsel-aql-02]) or { + site::aptrepo { 'proposed-updates': + url => $mirror, + suite => "${::lsbdistcodename}-proposed-updates", + components => ['main','contrib','non-free'] + } + } else { site::aptrepo { 'proposed-updates': ensure => absent, } - #} + } site::aptrepo { 'debian.org': ensure => absent,