X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=bdbdb2823c16697298dd675d95c7577c995ae77a;hb=d4955deea2b8c932ec1f6115115e33cf1b002a23;hp=46becc707a9ba88b902302c7450f810760fa149c;hpb=9c2c9e0a88142537050bf99c40dc64696adcf72d;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 46becc70..bdbdb282 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -114,11 +114,13 @@ node default { include postgres } - if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, schumann, soler, widor, wolkenstein] { - @@bacula::node { $::fqdn: } - } - if $::spamd { munin::check { 'spamassassin': } } + + if $::hoster { + if $::hoster in [ynic] { + include lldp + } + } }