X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=71dc640e6b1ec418b7612ebb5b08620b8558a6c2;hb=6662dcaaa84043c8ee2dfd89481fd503d4d8827e;hp=07bc8eab7957a7c960cb62410ea9216ccac336a5;hpb=722f947d20b4b7261340652d8af6a74be0da7dfc;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 07bc8eab..71dc640e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -35,8 +35,9 @@ node default { include resolv include roles include unbound + include bacula::client - if $::hostname in [pasquini,tristano] { + if $::hostname in [pasquini,tristano,bertali,boito,byrd] { include ganeti2 } @@ -83,7 +84,7 @@ node default { include dacs } - if $::hostname in [beethoven,duarte,spohr,stabile] { + if $::hostname in [beethoven,spohr,stabile,beach] { include nfs-server } @@ -105,6 +106,10 @@ node default { include postgres } + if $::hostname in ['berlioz.debian.org', 'biber.debian.org', 'draghi.debian.org', 'widor.debian.org', 'wolkenstein.debian.org'] { + @@bacula::node { $::fqdn: } + } + if $::spamd { munin::check { 'spamassassin': } }