X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=71dc640e6b1ec418b7612ebb5b08620b8558a6c2;hb=6662dcaaa84043c8ee2dfd89481fd503d4d8827e;hp=e00a87d032b0159df85750a2dfea134307c77c74;hpb=c4ec3dd154119eb5633119bedd6543fbd96b7afe;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index e00a87d0..71dc640e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -106,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': } }