]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
install bacula-fd on all hosts and configure it
[dsa-puppet.git] / manifests / site.pp
index 564986b0e7f65475cbf500fc57ae0b68b1ccdd5e..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] {
-               include bacula::client
-       }
-
        if $::hostname == 'beethoven' {
                include bacula::storage
        }
@@ -87,7 +84,7 @@ node default {
                include dacs
        }
 
-       if $::hostname in [beethoven,duarte,spohr,stabile,beach] {
+       if $::hostname in [beethoven,spohr,stabile,beach] {
                include nfs-server
        }