exclude oyens from dsa apache module
[mirror/dsa-puppet.git] / 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] {