Signed-off-by: Stephen Gran <steve@lobefin.net>
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': }
}
rule => "proto tcp mod state state (NEW) dport (bacula-dir) saddr (${bacula_director_address} localhost) ACCEPT",
}
- $clients = ['berlioz.debian.org', 'biber.debian.org', 'draghi.debian.org', 'widor.debian.org', 'wolkenstein.debian.org']
- bacula::node { $clients: }
+ Bacula::Node<<| |>>
}