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

manifests/site.pp

index 775c6a1752a37c9c902f1ed15891998ad5121b11..e00a87d032b0159df85750a2dfea134307c77c74 100644 (file)
@@ -35,6 +35,7 @@ node default {
        include resolv
        include roles
        include unbound
+       include bacula::client
 
        if $::hostname in [pasquini,tristano,bertali,boito,byrd] {
                include ganeti2
@@ -44,10 +45,6 @@ node default {
                include bacula::director
        }
 
-       if $::hostname in [berlioz, biber, draghi, widor, wolkenstein] {
-               include bacula::client
-       }
-
        if $::hostname == 'beethoven' {
                include bacula::storage
        }