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:
c4ec3dd
)
Revert "install bacula-fd on all hosts and configure it"
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 29 Jul 2012 09:41:08 +0000
(11:41 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 29 Jul 2012 09:41:08 +0000
(11:41 +0200)
This reverts commit
c4ec3dd154119eb5633119bedd6543fbd96b7afe
.
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
e00a87d
..
775c6a1
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-35,7
+35,6
@@
node default {
include resolv
include roles
include unbound
- include bacula::client
if $::hostname in [pasquini,tristano,bertali,boito,byrd] {
include ganeti2
@@
-45,6
+44,10
@@
node default {
include bacula::director
}
+ if $::hostname in [berlioz, biber, draghi, widor, wolkenstein] {
+ include bacula::client
+ }
+
if $::hostname == 'beethoven' {
include bacula::storage
}