X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=41d88df462434ab0159fc9b46632598d65d601d0;hb=ca71ff1a98c5d6567b8bb721171356ca27828d29;hp=e00a87d032b0159df85750a2dfea134307c77c74;hpb=c4ec3dd154119eb5633119bedd6543fbd96b7afe;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index e00a87d03..41d88df46 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' { @@ -102,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 + } }