X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=a504ecbc1b84cc32eb1c9e7a0e45e47da4a51c09;hb=6a6f323df04506d53a2d5fb8e30765ec216877d9;hp=07bc8eab7957a7c960cb62410ea9216ccac336a5;hpb=722f947d20b4b7261340652d8af6a74be0da7dfc;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 07bc8eab..a504ecbc 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,11 @@ node default { include bacula::director } + if $::hostname in [berlioz, biber, draghi] { + include bacula::client + @@bacula::node { $::fqdn: } + } + if $::hostname == 'beethoven' { include bacula::storage } @@ -83,7 +88,7 @@ node default { include dacs } - if $::hostname in [beethoven,duarte,spohr,stabile] { + if $::hostname in [beethoven,duarte,spohr,stabile,beach] { include nfs-server }