From: Martin Zobel-Helas Date: Wed, 1 Jul 2015 20:21:05 +0000 (+0000) Subject: exclude oyens from dsa apache module X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=991b6ec9c0c8ece2935c922b9c5c315ccde6deb8 exclude oyens from dsa apache module Signed-off-by: Martin Zobel-Helas --- diff --git a/manifests/site.pp b/manifests/site.pp index bce16e630..93749bfc1 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] {