X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=manifests%2Fsite.pp;h=8b8fe5e4eb420b8848d56a279d425fe19f407c3d;hb=cec54898adf14b81a534630f029f66995b4cf272;hp=07bc8eab7957a7c960cb62410ea9216ccac336a5;hpb=0b542d43d901e68c421958d59642a67f5ebbbd53;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 07bc8eab..8b8fe5e4 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 }