X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=8a09872c7533aa016b42a1ce634db6e018d0e936;hb=468d00478388aea379f1f8dbf9f6e8da8df67afb;hp=e00a87d032b0159df85750a2dfea134307c77c74;hpb=c4ec3dd154119eb5633119bedd6543fbd96b7afe;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index e00a87d03..8a09872c7 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -106,6 +106,10 @@ node default { include postgres } + if $::hostname in ['berlioz', 'biber', 'draghi', 'widor', 'wolkenstein'] { + @@bacula::node { $::fqdn: } + } + if $::spamd { munin::check { 'spamassassin': } }