X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=a649d902b030f1281c445acf2d091f8d2299acd8;hb=042f49e722b8375b0453073ae29aabd0b6cde7e8;hp=6123122491d6661c7e8a7f66b40a7a283110f8fe;hpb=8fc104f1c82d84fb71ed3f3b5e8ac7708dea6d86;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 61231224..a649d902 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -35,13 +35,26 @@ node default { include resolv include roles include unbound + include bacula::client - if $::hostname in [pasquini,tristano] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd] { include ganeti2 } if $::hostname == 'dinis' { include bacula::director + } else { + package { 'bacula-console': + ensure => purged; + } + + file { '/etc/bacula/bconsole.conf': + ensure => absent; + } + } + + if $::hostname == 'beethoven' { + include bacula::storage } if $::kernel == Linux { @@ -79,7 +92,7 @@ node default { include dacs } - if $::hostname in [beethoven,duarte,spohr,stabile] { + if $::hostname in [beethoven,spohr,stabile,beach] { include nfs-server } @@ -101,6 +114,10 @@ node default { include postgres } + if $::hostname in ['berlioz', 'biber', 'diabelli', 'draghi', 'widor', 'wolkenstein'] { + @@bacula::node { $::fqdn: } + } + if $::spamd { munin::check { 'spamassassin': } }