X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=manifests%2Fsite.pp;h=41d88df462434ab0159fc9b46632598d65d601d0;hb=344f8c0d25aa99d14c8cbe9d958c127ded4525ef;hp=e56ca7d112f44be264fb56a366d9d7a78c82bed9;hpb=b9671e1043fdfc5f3aea127f51562dae2e9c9cf6;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index e56ca7d1..41d88df4 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -110,15 +110,15 @@ 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 in [ynic] { + include lldp + } }