From e4f2cb33ec506e2ee52d93ba09bd13cb93bc9466 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sun, 24 Jun 2012 13:46:49 +0200 Subject: [PATCH] Back up draghi too --- manifests/site.pp | 2 +- modules/bacula/manifests/director.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index a382663e..f75f0f87 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -44,7 +44,7 @@ node default { include bacula::director } - if $::hostname in [berlioz, biber] { + if $::hostname in [berlioz, biber, draghi] { include bacula::client } diff --git a/modules/bacula/manifests/director.pp b/modules/bacula/manifests/director.pp index 55133e6e..c60e8b2e 100644 --- a/modules/bacula/manifests/director.pp +++ b/modules/bacula/manifests/director.pp @@ -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': -- 2.39.2