X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=29f9d5aa49d9e940aec00b60a6511da4ef68cccc;hb=501e88f916b62cdc232b204457a82ee77ab089b2;hp=e00a87d032b0159df85750a2dfea134307c77c74;hpb=8c44f1ff36f152ff0ee42cc7f372b4a20a51739b;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index e00a87d0..29f9d5aa 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -37,12 +37,20 @@ 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 } if $::hostname == 'dinis' { include bacula::director + } else { + package { 'bacula-console': + ensure => purged; + } + + file { '/etc/bacula/bconsole.conf': + ensure => absent; + } } if $::hostname == 'beethoven' { @@ -106,6 +114,10 @@ node default { include postgres } + if $::hostname in ['beethoven', 'berlioz', 'biber', 'diabelli', 'dinis', 'draghi', 'widor', 'wolkenstein'] { + @@bacula::node { $::fqdn: } + } + if $::spamd { munin::check { 'spamassassin': } }