]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add master/new-master to bacula-backup
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 27 Jan 2013 11:51:07 +0000 (12:51 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 27 Jan 2013 11:51:07 +0000 (12:51 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/bacula/manifests/client.pp

index 2e83772ddc1a7f863a15323d926acec5a07aa0f7..8cf215bc226c6d02b78c3b6e013ae86b1c9f3c5d 100644 (file)
@@ -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: }
        }