no more stabile
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-fd.conf.erb
index 1b433ea..f17b5dd 100644 (file)
@@ -27,7 +27,7 @@ FileDaemon {
   Pid Directory = /var/run/bacula
   Maximum Concurrent Jobs = 20
   FDAddress = <%= fqdn %>
-  Maximum Network Buffer Size = 524288
+  #Maximum Network Buffer Size = 524288
 
   TLS Enable = yes
   TLS Require = yes
@@ -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