nagiosadm icinga reload, II
[mirror/dsa-puppet.git] / manifests / site.pp
index 1015625..bdbdb28 100644 (file)
@@ -117,4 +117,10 @@ node default {
        if $::spamd {
                munin::check { 'spamassassin': }
        }
+
+        if $::hoster {
+               if $::hoster in [ynic] {
+                       include lldp
+               }
+       }
 }