X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=aeccdb7ced9726bb1735477cb68d7cff79d95f8c;hb=709438a136ff74644565a7c81ceefb922ca6b519;hp=6123122491d6661c7e8a7f66b40a7a283110f8fe;hpb=8fc104f1c82d84fb71ed3f3b5e8ac7708dea6d86;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 61231224..aeccdb7c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -36,7 +36,7 @@ node default { include roles include unbound - if $::hostname in [pasquini,tristano] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd] { include ganeti2 } @@ -44,6 +44,14 @@ node default { include bacula::director } + if $::hostname in [berlioz, biber, draghi] { + 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,spohr,stabile,beach] { include nfs-server }