X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=bdbdb2823c16697298dd675d95c7577c995ae77a;hb=158cfd6270c8fc11318fed73b521b04c2da77f8a;hp=10156252372129119ce4fc196e9a4b32c3bd16d4;hpb=4ed2c73059441caf22a019f4acf51822574708b7;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 101562523..bdbdb2823 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -117,4 +117,10 @@ node default { if $::spamd { munin::check { 'spamassassin': } } + + if $::hoster { + if $::hoster in [ynic] { + include lldp + } + } }