X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=c3f57bbe4776e83fbfde938c6be752ac0c7999fd;hb=44067b78758a5ca0e0f9a68b036c8202af3b700f;hp=93749bfc1505f51c532bbe3966914e279cc9e2a0;hpb=991b6ec9c0c8ece2935c922b9c5c315ccde6deb8;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 93749bfc..c3f57bbe 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 } } @@ -137,3 +137,4 @@ node default { } } } +