X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=8a09872c7533aa016b42a1ce634db6e018d0e936;hb=468d00478388aea379f1f8dbf9f6e8da8df67afb;hp=e00a87d032b0159df85750a2dfea134307c77c74;hpb=dd13b76c85dcc89da5ec4eb8ba90f5a69b0dde4d;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': } }