X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=23d8668def058084bf809d4dc1870917d3b62626;hb=4c5c4151615376e493908971c838fd4ed397b99a;hp=e00a87d032b0159df85750a2dfea134307c77c74;hpb=dd13b76c85dcc89da5ec4eb8ba90f5a69b0dde4d;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index e00a87d0..23d8668d 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' { @@ -88,6 +96,10 @@ node default { include nfs-server } + if $::hostname == 'vieuxtemps' { + include varnish + } + if $::brokenhosts { include hosts } @@ -102,11 +114,17 @@ node default { 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 + } + } }