From b693073f1b3406db67e3ea289d64e94940bba24a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 24 Sep 2019 23:19:15 +0200 Subject: [PATCH] and use new variable in template --- 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 4a9bd52ca..51624af5c 100644 --- a/modules/bacula/templates/bacula-fd.conf.erb +++ b/modules/bacula/templates/bacula-fd.conf.erb @@ -7,7 +7,7 @@ # List Directors who are permitted to contact this File daemon Director { Name = <%= @bacula_director_name %> - Password = "<%= @bacula_client_secret %>" + Password = "<%= @client_secret %>" TLS Enable = yes TLS Require = yes -- 2.20.1