From cb5dd76e97902241e728439d6d113404d1122f90 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 20 Sep 2016 08:15:16 +0200 Subject: [PATCH 1/1] Set bacula Heartbeat Interval = 300 for all hosts at brown, not just frank --- modules/bacula/templates/bacula-fd.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -%> -- 2.20.1