]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
Revert "install bacula-fd on all hosts and configure it"
[dsa-puppet.git] / manifests / site.pp
index f75f0f87943468e91863492fbaee6ea67825d921..775c6a1752a37c9c902f1ed15891998ad5121b11 100644 (file)
@@ -36,7 +36,7 @@ node default {
        include roles
        include unbound
 
-       if $::hostname in [pasquini,tristano,bertali,boito] {
+       if $::hostname in [pasquini,tristano,bertali,boito,byrd] {
                include ganeti2
        }
 
@@ -44,7 +44,7 @@ node default {
                include bacula::director
        }
 
-       if $::hostname in [berlioz, biber, draghi] {
+       if $::hostname in [berlioz, biber, draghi, widor, wolkenstein] {
                include bacula::client
        }
 
@@ -87,7 +87,7 @@ node default {
                include dacs
        }
 
-       if $::hostname in [beethoven,duarte,spohr,stabile,beach] {
+       if $::hostname in [beethoven,spohr,stabile,beach] {
                include nfs-server
        }