Globally enable Heartbeat Interval
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-fd.conf.erb
index 6d1901a..ae8912d 100644 (file)
@@ -42,10 +42,7 @@ FileDaemon {
   TLS Certificate = "<%= @bacula_ssl_client_cert %>"
   TLS Key = "<%= @bacula_ssl_client_key %>"
 
-<%- if scope.lookupvar('deprecated::nodeinfo')['hoster']['name'] == "brown" -%>
-  # broken firewall
   Heartbeat Interval = 60
-<%- end -%>
 }
 
 @|"sh -c 'for f in /etc/bacula/fd-conf.d/*.conf ; do echo @${f} ; done'"