add lldp to ynic hosts
[mirror/dsa-puppet.git] / manifests / site.pp
index 1015625..41d88df 100644 (file)
@@ -117,4 +117,8 @@ node default {
        if $::spamd {
                munin::check { 'spamassassin': }
        }
+
+       if $::hoster in [ynic] {
+               include lldp
+       }
 }