X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=931c6d0f074aa8314a766d96a3adc61021c7decc;hb=0d400afc261a5b9898217da3d63ab0d0a233a8e4;hp=07bc8eab7957a7c960cb62410ea9216ccac336a5;hpb=722f947d20b4b7261340652d8af6a74be0da7dfc;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 07bc8eab7..931c6d0f0 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] { include ganeti2 } @@ -44,6 +44,10 @@ node default { include bacula::director } + if $::hostname in [berlioz] { + include bacula::client + } + if $::hostname == 'beethoven' { include bacula::storage } @@ -83,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 }