]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Back up draghi too
authorTollef Fog Heen <tfheen@err.no>
Sun, 24 Jun 2012 11:46:49 +0000 (13:46 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 24 Jun 2012 11:46:49 +0000 (13:46 +0200)
manifests/site.pp
modules/bacula/manifests/director.pp

index a382663e76ced2230d4a80d25f572506f0fad569..f75f0f87943468e91863492fbaee6ea67825d921 100644 (file)
@@ -44,7 +44,7 @@ node default {
                include bacula::director
        }
 
-       if $::hostname in [berlioz, biber] {
+       if $::hostname in [berlioz, biber, draghi] {
                include bacula::client
        }
 
index 55133e6ec7ac8950c53e7fa198fe6f4e9f0264e6..c60e8b2edd43f13c88f6da88131d45560588922f 100644 (file)
@@ -52,7 +52,7 @@ class bacula::director inherits bacula {
     }
   }
 #  $allhosts = keys($site::allnodeinfo)
-  $allhosts = [ "berlioz.debian.org", "biber.debian.org" ]
+  $allhosts = [ "berlioz.debian.org", "biber.debian.org", "draghi.debian.org" ]
   bacula_client { $allhosts: }
 
   @ferm::rule { 'dsa-bacula-dir':