]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/manifests/init.pp
Try to enable p-u at bm
[dsa-puppet.git] / modules / debian-org / manifests / init.pp
index a8e50bcedaf35359639b67f23cfd775bc5fcd8a2..fa3784c63821747be582a1a69e85252926cad02a 100644 (file)
@@ -138,12 +138,17 @@ class debian-org {
                components => ['main','contrib','non-free']
        }
 
-       if $::hostname in [ball, corelli, eysler, lucatelli, mayer, mayr, rem] {
+       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",
                        components => ['main','contrib','non-free']
                }
+       } else {
+               site::aptrepo { 'proposed-updates':
+                       ensure => absent,
+               }
        }
 
        site::aptrepo { 'debian.org':