]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 bce16e630acccd5f622355a7065e6c3a8a659b7d..93749bfc1505f51c532bbe3966914e279cc9e2a0 100644 (file)
@@ -90,7 +90,9 @@ node default {
        }
 
        if $::apache2 {
-               include apache2
+               if !$::hostname in [oyens] {
+                       include apache2
+               }
        }
 
        if $::hostname in [geo1,geo2,geo3] {