]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
Make bacula backups of geo3, schumann, soler
[dsa-puppet.git] / manifests / site.pp
index 8a09872c7533aa016b42a1ce634db6e018d0e936..e56ca7d112f44be264fb56a366d9d7a78c82bed9 100644 (file)
@@ -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' {
@@ -106,7 +114,7 @@ node default {
                include postgres
        }
 
-       if $::hostname in ['berlioz', 'biber', 'draghi', 'widor', 'wolkenstein'] {
+       if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, schumann, soler, widor, wolkenstein] {
                @@bacula::node { $::fqdn: }
        }