From 41eb08e7f1e2ed730846745f51c1e53a4797f613 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 19 Mar 2017 13:49:25 +0100 Subject: [PATCH] Fix bconsole.conf template Signed-off-by: Aurelien Jarno --- modules/bacula/templates/bconsole.conf.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/bacula/templates/bconsole.conf.erb b/modules/bacula/templates/bconsole.conf.erb index 6c4cd8083..183dd531d 100644 --- a/modules/bacula/templates/bconsole.conf.erb +++ b/modules/bacula/templates/bconsole.conf.erb @@ -7,16 +7,16 @@ # Director { - Name = <%= bacula_director_name %> + Name = <%= @bacula_director_name %> DIRport = 9101 - address = <%= bacula_director_address %> - Password = "<%= bacula_director_secret %>" + address = <%= @bacula_director_address %> + Password = "<%= @bacula_director_secret %>" TLS Enable = yes TLS Require = yes - TLS CA Certificate File = "<%= bacula_ca_path %>" + TLS CA Certificate File = "<%= @bacula_ca_path %>" # This is a client certificate, used for console connections to the director. - TLS Certificate = "<%= bacula_ssl_client_cert %>" - TLS Key = "<%= bacula_ssl_client_key %>" + TLS Certificate = "<%= @bacula_ssl_client_cert %>" + TLS Key = "<%= @bacula_ssl_client_key %>" } -- 2.20.1