X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=manifests%2Fsite.pp;h=71dc640e6b1ec418b7612ebb5b08620b8558a6c2;hb=6662dcaaa84043c8ee2dfd89481fd503d4d8827e;hp=775c6a1752a37c9c902f1ed15891998ad5121b11;hpb=a0a7afb0fe5e089489107dcb51e7e14d349754f5;p=dsa-puppet.git diff --git a/manifests/site.pp b/manifests/site.pp index 775c6a17..71dc640e 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.debian.org', 'biber.debian.org', 'draghi.debian.org', 'widor.debian.org', 'wolkenstein.debian.org'] { + @@bacula::node { $::fqdn: } + } + if $::spamd { munin::check { 'spamassassin': } }