]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/bacula/manifests/director.pp
Add another host to be backed up
[dsa-puppet.git] / modules / bacula / manifests / director.pp
index fb69c6062f30a16696c008cf02f5c73f0ce4a519..55133e6ec7ac8950c53e7fa198fe6f4e9f0264e6 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" ]
   bacula_client { $allhosts: }
 
   @ferm::rule { 'dsa-bacula-dir':