X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=931c6d0f074aa8314a766d96a3adc61021c7decc;hb=0d400afc261a5b9898217da3d63ab0d0a233a8e4;hp=cadc12ed4d8d2693733f2ed5aca02f7be8590712;hpb=650335318c9021ace96b0cb6d49a13c1a472271f;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index cadc12ed4..931c6d0f0 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -36,10 +36,22 @@ node default { include roles include unbound - if $::hostname in [pasquini,tristano] { + if $::hostname in [pasquini,tristano,bertali,boito] { include ganeti2 } + if $::hostname == 'dinis' { + include bacula::director + } + + if $::hostname in [berlioz] { + include bacula::client + } + + if $::hostname == 'beethoven' { + include bacula::storage + } + if $::kernel == Linux { include linux if $::kvmdomain { @@ -75,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 }