From: Aurelien Jarno Date: Sun, 19 Mar 2017 12:49:25 +0000 (+0100) Subject: Fix bconsole.conf template X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=41eb08e7f1e2ed730846745f51c1e53a4797f613;p=mirror%2Fdsa-puppet.git Fix bconsole.conf template Signed-off-by: Aurelien Jarno --- 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 %>" }