Back up draghi too
[mirror/dsa-puppet.git] / modules / bacula / manifests / director.pp
index fb69c60..c60e8b2 100644 (file)
@@ -18,7 +18,7 @@ class bacula::director inherits bacula {
       ensure  => directory,
       mode => 755,
       group => bacula,
-      purge => true
+      purge => true,
       notify  => Exec["bacula-director restart"]
       ;
     "/etc/bacula/bacula-dir.conf":
@@ -52,7 +52,7 @@ class bacula::director inherits bacula {
     }
   }
 #  $allhosts = keys($site::allnodeinfo)
-  $allhosts = [ "berlioz.debian.org" ]
+  $allhosts = [ "berlioz.debian.org", "biber.debian.org", "draghi.debian.org" ]
   bacula_client { $allhosts: }
 
   @ferm::rule { 'dsa-bacula-dir':