From e14240114016721fb6d75a337bf8520e22694193 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 3 Oct 2015 17:14:31 +0200 Subject: [PATCH] Fix a typo in previous commit 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 c8461548..e9d75efc 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-02]) or { + if ($::hostname in [mips-aql-05, mipsel-aql-02]) or { site::aptrepo { 'proposed-updates': url => $mirror, suite => "${::lsbdistcodename}-proposed-updates", -- 2.39.2