exclude oyens from dsa apache module
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 1 Jul 2015 20:21:05 +0000 (20:21 +0000)
committerMartin Zobel-Helas <zobel@debian.org>
Wed, 1 Jul 2015 20:21:05 +0000 (20:21 +0000)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
manifests/site.pp

index bce16e6..93749bf 100644 (file)
@@ -90,7 +90,9 @@ node default {
        }
 
        if $::apache2 {
-               include apache2
+               if !$::hostname in [oyens] {
+                       include apache2
+               }
        }
 
        if $::hostname in [geo1,geo2,geo3] {