X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=775c6a1752a37c9c902f1ed15891998ad5121b11;hb=a0a7afb0fe5e089489107dcb51e7e14d349754f5;hp=a504ecbc1b84cc32eb1c9e7a0e45e47da4a51c09;hpb=6a6f323df04506d53a2d5fb8e30765ec216877d9;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index a504ecbc..775c6a17 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -36,7 +36,7 @@ node default { include roles include unbound - if $::hostname in [pasquini,tristano,bertali,boito] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd] { include ganeti2 } @@ -44,9 +44,8 @@ node default { include bacula::director } - if $::hostname in [berlioz, biber, draghi] { + if $::hostname in [berlioz, biber, draghi, widor, wolkenstein] { include bacula::client - @@bacula::node { $::fqdn: } } if $::hostname == 'beethoven' { @@ -88,7 +87,7 @@ node default { include dacs } - if $::hostname in [beethoven,duarte,spohr,stabile,beach] { + if $::hostname in [beethoven,spohr,stabile,beach] { include nfs-server }