X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fbacula%2Ftemplates%2Fbconsole.conf.erb;h=183dd531ddf8cc5a6fd96ddc55a401b0b0a11257;hb=4ddddaa2fa2acaf25a8d128f5abff5bd79a01f7d;hp=6c4cd80839640da53d2cfbf8dbffde4c863b5066;hpb=388707f3641e2d1fec30a9ba60ac930bf721ea3f;p=mirror%2Fdsa-puppet.git 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 %>" }