]> 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 8b8fe5e4eb420b8848d56a279d425fe19f407c3d..a382663e76ced2230d4a80d25f572506f0fad569 100644 (file)
@@ -44,7 +44,7 @@ node default {
                include bacula::director
        }
 
-       if $::hostname in [berlioz] {
+       if $::hostname in [berlioz, biber] {
                include bacula::client
        }
 
@@ -87,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
        }