X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=bdbdb2823c16697298dd675d95c7577c995ae77a;hb=d4955deea2b8c932ec1f6115115e33cf1b002a23;hp=10156252372129119ce4fc196e9a4b32c3bd16d4;hpb=4ed2c73059441caf22a019f4acf51822574708b7;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 10156252..bdbdb282 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 + } + } }