]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
add lldp to ynic hosts
[dsa-puppet.git] / manifests / site.pp
index 10156252372129119ce4fc196e9a4b32c3bd16d4..41d88df462434ab0159fc9b46632598d65d601d0 100644 (file)
@@ -117,4 +117,8 @@ node default {
        if $::spamd {
                munin::check { 'spamassassin': }
        }
+
+       if $::hoster in [ynic] {
+               include lldp
+       }
 }