X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=8ef2c6c087583a25fef6408f26ae4895d66ae1de;hb=a4dabb79eceb2d5fe8d9813600258efcfe90c278;hp=c3a3657c35f92c1a53c9cf77e3135f999a4163e9;hpb=a34cbcf6ea1c3a2b8a8b802655a3452824d457c6;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index c3a3657c..8ef2c6c0 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -35,11 +35,28 @@ node default { include resolv include roles include unbound + include bacula::client - if $::hostname in [pasquini,tristano] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd,clementi,czerny,rossini] { 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 { include linux if $::kvmdomain { @@ -65,11 +82,7 @@ node default { include apache2 } - if $::rsyncd { - include rsyncd-log - } - - if $::hostname in [ravel,senfl,orff,draghi,diamond] { + if $::hostname in [ravel,senfl,orff,draghi,diamond,rietz] { include named::authoritative } elsif $::hostname in [geo1,geo2,geo3] { include named::geodns @@ -79,10 +92,14 @@ node default { include dacs } - if $::hostname in [beethoven,duarte,spohr,stabile] { + if $::hostname in [beethoven,spohr,stabile,beach] { include nfs-server } + if $::hostname == 'vieuxtemps' { + include varnish + } + if $::brokenhosts { include hosts } @@ -91,17 +108,25 @@ node default { include portforwarder } - include samhain + if $::samhain { + include samhain + } if $::hostname in [chopin,geo3,soler,wieck] { include debian-org::radvd } - if ($::postgres84 or $::postgres90) { + if ($::postgres) { include postgres } if $::spamd { munin::check { 'spamassassin': } } + + if $::hoster { + if $::hoster in [ynic] { + include lldp + } + } }