]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Revert "install bacula-fd on all hosts and configure it"
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 29 Jul 2012 09:41:08 +0000 (11:41 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 29 Jul 2012 09:41:08 +0000 (11:41 +0200)
This reverts commit c4ec3dd154119eb5633119bedd6543fbd96b7afe.

manifests/site.pp

index e00a87d032b0159df85750a2dfea134307c77c74..775c6a1752a37c9c902f1ed15891998ad5121b11 100644 (file)
@@ -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
        }