X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=a649d902b030f1281c445acf2d091f8d2299acd8;hb=042f49e722b8375b0453073ae29aabd0b6cde7e8;hp=71dc640e6b1ec418b7612ebb5b08620b8558a6c2;hpb=6662dcaaa84043c8ee2dfd89481fd503d4d8827e;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 71dc640e..a649d902 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -43,6 +43,14 @@ node default { if $::hostname == 'dinis' { include bacula::director + } else { + package { 'bacula-console': + ensure => purged; + } + + file { '/etc/bacula/bconsole.conf': + ensure => absent; + } } if $::hostname == 'beethoven' { @@ -106,7 +114,7 @@ node default { include postgres } - if $::hostname in ['berlioz.debian.org', 'biber.debian.org', 'draghi.debian.org', 'widor.debian.org', 'wolkenstein.debian.org'] { + if $::hostname in ['berlioz', 'biber', 'diabelli', 'draghi', 'widor', 'wolkenstein'] { @@bacula::node { $::fqdn: } }