projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0a7b5
)
add master/new-master to bacula-backup
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 27 Jan 2013 11:51:07 +0000
(12:51 +0100)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/client.pp
b/modules/bacula/manifests/client.pp
index
2e83772
..
8cf215b
100644
(file)
--- 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: }
}