From 824db06dc93b5cdbee2fc4e007679aa3a70d1f47 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 18 Dec 2015 00:04:28 +0100 Subject: [PATCH] Disable jessie-proposed-update repo for mips machines The fix we need for the build daemons is now in the jessie-security kernel. Signed-off-by: Aurelien Jarno --- modules/debian-org/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 10c8c4a5a..478dc8301 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -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", -- 2.20.1