From: Peter Palfrader Date: Tue, 20 Sep 2016 06:15:16 +0000 (+0200) Subject: Set bacula Heartbeat Interval = 300 for all hosts at brown, not just frank X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=cb5dd76e97902241e728439d6d113404d1122f90;p=mirror%2Fdsa-puppet.git Set bacula Heartbeat Interval = 300 for all hosts at brown, not just frank --- diff --git a/modules/bacula/templates/bacula-fd.conf.erb b/modules/bacula/templates/bacula-fd.conf.erb index f17b5ddf7..3597a0c78 100644 --- a/modules/bacula/templates/bacula-fd.conf.erb +++ b/modules/bacula/templates/bacula-fd.conf.erb @@ -36,7 +36,7 @@ FileDaemon { TLS Certificate = "<%= bacula_ssl_client_cert %>" TLS Key = "<%= bacula_ssl_client_key %>" -<%- if hostname == "franck" -%> +<%- if scope.lookupvar('site::nodeinfo')['hoster']['name'] == "brown" -%> # broken firewall Heartbeat Interval = 300 <%- end -%>