X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=41d88df462434ab0159fc9b46632598d65d601d0;hb=344f8c0d25aa99d14c8cbe9d958c127ded4525ef;hp=aeccdb7ced9726bb1735477cb68d7cff79d95f8c;hpb=709438a136ff74644565a7c81ceefb922ca6b519;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index aeccdb7c..41d88df4 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -35,17 +35,22 @@ node default { include resolv include roles include unbound + include bacula::client - if $::hostname in [pasquini,tristano,bertali,boito,byrd] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi] { include ganeti2 } if $::hostname == 'dinis' { include bacula::director - } + } else { + package { 'bacula-console': + ensure => purged; + } - if $::hostname in [berlioz, biber, draghi] { - include bacula::client + file { '/etc/bacula/bconsole.conf': + ensure => absent; + } } if $::hostname == 'beethoven' { @@ -105,11 +110,15 @@ node default { include debian-org::radvd } - if ($::postgres84 or $::postgres90) { + if ($::postgres) { include postgres } if $::spamd { munin::check { 'spamassassin': } } + + if $::hoster in [ynic] { + include lldp + } }