From: Aurelien Jarno Date: Sat, 3 Oct 2015 15:15:48 +0000 (+0200) Subject: Fix another typo... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8e2327eb70f1d7afce481638cd797c7d4b607cef;p=dsa-puppet.git Fix another typo... Signed-off-by: Aurelien Jarno --- 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",