From 8e2327eb70f1d7afce481638cd797c7d4b607cef Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 3 Oct 2015 17:15:48 +0200 Subject: [PATCH] Fix another typo... 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 e9d75efc..2525e30f 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]) { site::aptrepo { 'proposed-updates': url => $mirror, suite => "${::lsbdistcodename}-proposed-updates", -- 2.39.2