X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=46becc707a9ba88b902302c7450f810760fa149c;hb=9c2c9e0a88142537050bf99c40dc64696adcf72d;hp=71dc640e6b1ec418b7612ebb5b08620b8558a6c2;hpb=6662dcaaa84043c8ee2dfd89481fd503d4d8827e;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 71dc640e..46becc70 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,11 @@ node default { include debian-org::radvd } - if ($::postgres84 or $::postgres90) { + if ($::postgres) { include postgres } - if $::hostname in ['berlioz.debian.org', 'biber.debian.org', 'draghi.debian.org', 'widor.debian.org', 'wolkenstein.debian.org'] { + if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, schumann, soler, widor, wolkenstein] { @@bacula::node { $::fqdn: } }