From: Peter Palfrader Date: Sat, 20 Jul 2013 07:44:14 +0000 (+0200) Subject: Work around broken firewall at brown X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4d6bb79abf538b41dd2c8b48a637635ac007db11;p=mirror%2Fdsa-puppet.git Work around broken firewall at brown --- diff --git a/modules/bacula/templates/bacula-fd.conf.erb b/modules/bacula/templates/bacula-fd.conf.erb index d80b6b3a5..f17b5ddf7 100644 --- a/modules/bacula/templates/bacula-fd.conf.erb +++ b/modules/bacula/templates/bacula-fd.conf.erb @@ -35,6 +35,11 @@ FileDaemon { # This is a client certificate, used by the client to connect to the storage daemon TLS Certificate = "<%= bacula_ssl_client_cert %>" TLS Key = "<%= bacula_ssl_client_key %>" + +<%- if hostname == "franck" -%> + # broken firewall + Heartbeat Interval = 300 +<%- end -%> } # Send all messages except skipped files back to Director