]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/debian-org/manifests/init.pp
Add jessie-proposed-update repo for all Loongson 3 machines
[dsa-puppet.git] / modules / debian-org / manifests / init.pp
index 7e91207fde93b2e10ec3665b0400566efcb39708..dc70d53cf67aa0b09e2a4cff8bb44c9bc2746a8f 100644 (file)
@@ -162,18 +162,17 @@ class debian-org {
                components => ['main','contrib','non-free']
        }
 
-       #if ($::hostname in [ball, corelli, eysler, lucatelli, mayer, 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-01, mipsel-aql-02, mipsel-manda-02, eberlin, etler]) {
+               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,