From: Martin Zobel-Helas Date: Wed, 1 Jul 2015 20:34:47 +0000 (+0000) Subject: fix syntax X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=2a226fbac13415d7d7fbb5cbda251c3c528f70ad;hp=f647fba18769981e061119ea5a48a73ea0be8157 fix syntax Signed-off-by: Martin Zobel-Helas --- diff --git a/manifests/site.pp b/manifests/site.pp index 0dd85bea..76917a3f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -90,7 +90,7 @@ node default { } if $::apache2 { - if $::hostname in ![oyens] { + if !($::hostname in [oyens]) { include apache2 } }