]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - manifests/site.pp
Actually install the bacula client on biber too
[dsa-puppet.git] / manifests / site.pp
index 6123122491d6661c7e8a7f66b40a7a283110f8fe..a382663e76ced2230d4a80d25f572506f0fad569 100644 (file)
@@ -36,7 +36,7 @@ node default {
        include roles
        include unbound
 
-       if $::hostname in [pasquini,tristano] {
+       if $::hostname in [pasquini,tristano,bertali,boito] {
                include ganeti2
        }
 
@@ -44,6 +44,14 @@ node default {
                include bacula::director
        }
 
+       if $::hostname in [berlioz, biber] {
+               include bacula::client
+       }
+
+       if $::hostname == 'beethoven' {
+               include bacula::storage
+       }
+
        if $::kernel == Linux {
                include linux
                if $::kvmdomain {
@@ -79,7 +87,7 @@ node default {
                include dacs
        }
 
-       if $::hostname in [beethoven,duarte,spohr,stabile] {
+       if $::hostname in [beethoven,duarte,spohr,stabile,beach] {
                include nfs-server
        }