X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=a504ecbc1b84cc32eb1c9e7a0e45e47da4a51c09;hb=6a6f323df04506d53a2d5fb8e30765ec216877d9;hp=be13ab72738fb57cbabc0e4af0dd705c848f04df;hpb=14060b9077bf8934a0670e00bec6068f714e28e2;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index be13ab72..a504ecbc 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -36,10 +36,23 @@ 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, biber, draghi] { + include bacula::client + @@bacula::node { $::fqdn: } + } + + if $::hostname == 'beethoven' { + include bacula::storage + } + if $::kernel == Linux { include linux if $::kvmdomain { @@ -52,6 +65,8 @@ node default { if $::mta == 'exim4' { if getfromhash($site::nodeinfo, 'heavy_exim') { include exim::mx + } else { + include exim } } elsif $::mta == 'postfix' { include postfix @@ -63,10 +78,6 @@ node default { include apache2 } - if $::rsyncd { - include rsyncd-log - } - if $::hostname in [ravel,senfl,orff,draghi,diamond] { include named::authoritative } elsif $::hostname in [geo1,geo2,geo3] { @@ -77,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 }