X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=8a09872c7533aa016b42a1ce634db6e018d0e936;hb=468d00478388aea379f1f8dbf9f6e8da8df67afb;hp=775c6a1752a37c9c902f1ed15891998ad5121b11;hpb=a614b36610ddbbaa38eea835ca1485805c41e666;p=mirror%2Fdsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 775c6a175..8a09872c7 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -35,6 +35,7 @@ node default { include resolv include roles include unbound + include bacula::client if $::hostname in [pasquini,tristano,bertali,boito,byrd] { include ganeti2 @@ -44,10 +45,6 @@ node default { include bacula::director } - if $::hostname in [berlioz, biber, draghi, widor, wolkenstein] { - include bacula::client - } - if $::hostname == 'beethoven' { include bacula::storage } @@ -109,6 +106,10 @@ node default { include postgres } + if $::hostname in ['berlioz', 'biber', 'draghi', 'widor', 'wolkenstein'] { + @@bacula::node { $::fqdn: } + } + if $::spamd { munin::check { 'spamassassin': } }