no need for the ynic-special lldp module anymore - we put lldp everywhere
[mirror/dsa-puppet.git] / manifests / site.pp
index 988dd79..098b96a 100644 (file)
@@ -124,10 +124,7 @@ node default {
                munin::check { 'spamassassin': }
        }
 
-       if $::hoster {
-               if $::hoster in [ynic] {
-                       include lldp
-               }
+       if $::hostname == 'pkgmirror-csail' {
+               include varnish
        }
 }
-