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