From 2f64395de63cf0a371c6389d2f9edb5f79e3f1da Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 27 Jan 2013 12:51:07 +0100 Subject: [PATCH] add master/new-master to bacula-backup Signed-off-by: Martin Zobel-Helas --- modules/bacula/manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 2e83772dd..8cf215bc2 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -1,7 +1,7 @@ class bacula::client inherits bacula { @@bacula::storage-per-node { $::fqdn: } - if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, lully, schumann, soler, widor, wilder, wolkenstein] { + if $::hostname in [beethoven, berlioz, biber, diabelli, dinis, draghi, geo3, lully, master, new-master, schumann, soler, widor, wilder, wolkenstein] { @@bacula::node { $::fqdn: } } -- 2.20.1