Move the Cache-Control setting for package archives to a macro
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-fd.conf.erb
index d80b6b3..f17b5dd 100644 (file)
@@ -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