X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=93749bfc1505f51c532bbe3966914e279cc9e2a0;hb=991b6ec9c0c8ece2935c922b9c5c315ccde6deb8;hp=bce16e630acccd5f622355a7065e6c3a8a659b7d;hpb=01c3a799eaa0ce9e9a465c78da4b2897a49db934;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index bce16e63..93749bfc 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -90,7 +90,9 @@ node default { } if $::apache2 { - include apache2 + if !$::hostname in [oyens] { + include apache2 + } } if $::hostname in [geo1,geo2,geo3] {