Disable jessie-proposed-update repo for mips machines
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 17 Dec 2015 23:04:28 +0000 (00:04 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 17 Dec 2015 23:04:28 +0000 (00:04 +0100)
The fix we need for the build daemons is now in the jessie-security
kernel.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/debian-org/manifests/init.pp

index 10c8c4a..478dc83 100644 (file)
@@ -162,7 +162,7 @@ class debian-org {
                components => ['main','contrib','non-free']
        }
 
-       if ($::hostname in [mips-aql-05, mipsel-aql-01, mipsel-aql-02, mipsel-manda-02, eberlin, etler]) {
+       if ($::hostname in []) {
                site::aptrepo { 'proposed-updates':
                        url        => $mirror,
                        suite      => "${::lsbdistcodename}-proposed-updates",