X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=manifests%2Fsite.pp;h=0dd85bea1ff2ed1101a3d4e8e9c443dae6a3f774;hp=93749bfc1505f51c532bbe3966914e279cc9e2a0;hb=f647fba18769981e061119ea5a48a73ea0be8157;hpb=991b6ec9c0c8ece2935c922b9c5c315ccde6deb8 diff --git a/manifests/site.pp b/manifests/site.pp index 93749bfc1..0dd85bea1 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 } }