]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
Revert "Revert "install bacula-fd on all hosts and configure it""
[dsa-puppet.git] / manifests / site.pp
index 8b8fe5e4eb420b8848d56a279d425fe19f407c3d..e00a87d032b0159df85750a2dfea134307c77c74 100644 (file)
@@ -35,8 +35,9 @@ node default {
        include resolv
        include roles
        include unbound
+       include bacula::client
 
-       if $::hostname in [pasquini,tristano,bertali,boito] {
+       if $::hostname in [pasquini,tristano,bertali,boito,byrd] {
                include ganeti2
        }
 
@@ -44,10 +45,6 @@ node default {
                include bacula::director
        }
 
-       if $::hostname in [berlioz] {
-               include bacula::client
-       }
-
        if $::hostname == 'beethoven' {
                include bacula::storage
        }
@@ -87,7 +84,7 @@ node default {
                include dacs
        }
 
-       if $::hostname in [beethoven,duarte,spohr,stabile] {
+       if $::hostname in [beethoven,spohr,stabile,beach] {
                include nfs-server
        }