X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=564986b0e7f65475cbf500fc57ae0b68b1ccdd5e;hb=f0144b153306c12288d1d84634cd71a117418a39;hp=cadc12ed4d8d2693733f2ed5aca02f7be8590712;hpb=b98544412fd3916437b2250481b8a77c5edef40e;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index cadc12ed..564986b0 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,byrd] { include ganeti2 } + if $::hostname == 'dinis' { + 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 { @@ -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 }