X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=bdbdb2823c16697298dd675d95c7577c995ae77a;hb=d4955deea2b8c932ec1f6115115e33cf1b002a23;hp=e56ca7d112f44be264fb56a366d9d7a78c82bed9;hpb=b9671e1043fdfc5f3aea127f51562dae2e9c9cf6;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index e56ca7d1..bdbdb282 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -110,15 +110,17 @@ node default { include debian-org::radvd } - if ($::postgres84 or $::postgres90) { + if ($::postgres) { 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 + } + } }