]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add jessie-proposed-update repo for mips-aql-05 and mipsel-aql-02
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 3 Oct 2015 15:12:05 +0000 (17:12 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 3 Oct 2015 15:12:05 +0000 (17:12 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/debian-org/manifests/init.pp

index 6785f23d817bff68b5dba215019ccb52390bcb44..c84615489a2c1339c97fc3ffa99fe5c11c2f1012 100644 (file)
@@ -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,