Include varnish for pkgmirror-csail
[mirror/dsa-puppet.git] / manifests / site.pp
index a02ad66..c671af5 100644 (file)
@@ -89,9 +89,7 @@ node default {
        }
 
        if $::apache2 {
-               if !($::hostname in [oyens]) {
-                       include apache2
-               }
+               include apache2
        }
 
        if $::hostname in [geo1,geo2,geo3] {
@@ -131,5 +129,8 @@ node default {
                        include lldp
                }
        }
-}
 
+       if $::hostname == 'pkgmirror-csail' {
+               include varnish
+       }
+}