X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=bdbdb2823c16697298dd675d95c7577c995ae77a;hb=d4955deea2b8c932ec1f6115115e33cf1b002a23;hp=218452a84f4215fad0a3cf9d15145055d1eb850b;hpb=1b81fcdded9d253395961417ce4d7d957f6168c8;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 218452a8..bdbdb282 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -37,7 +37,7 @@ node default { include unbound include bacula::client - if $::hostname in [pasquini,tristano,bertali,boito,byrd] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi] { include ganeti2 } @@ -110,15 +110,17 @@ node default { include debian-org::radvd } - if ($::postgres84 or $::postgres90) { + if ($::postgres) { include postgres } - if $::hostname in ['berlioz', 'biber', 'diabelli', 'dinis', 'draghi', 'widor', 'wolkenstein'] { - @@bacula::node { $::fqdn: } - } - if $::spamd { munin::check { 'spamassassin': } } + + if $::hoster { + if $::hoster in [ynic] { + include lldp + } + } }