From: Martin Zobel-Helas Date: Wed, 1 Jul 2015 20:23:06 +0000 (+0000) Subject: learn, if it validates, it does not mean, it works X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=f647fba18769981e061119ea5a48a73ea0be8157 learn, if it validates, it does not mean, it works Signed-off-by: Martin Zobel-Helas --- diff --git a/manifests/site.pp b/manifests/site.pp index 93749bfc..0dd85bea 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 } }