X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fbconsole.conf.erb;h=6f91306cfa169ad096bf5fa590de11619e43847d;hb=6680306de7b2f9911a4da12b8484d3431056ea53;hp=74f970675c25444e4baa741aa240e79a72515707;hpb=70cfaa97690aa58e4aed61a2f790e56b1ef0842c;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bconsole.conf.erb b/modules/bacula/templates/bconsole.conf.erb index 74f970675..6f91306cf 100644 --- a/modules/bacula/templates/bconsole.conf.erb +++ b/modules/bacula/templates/bconsole.conf.erb @@ -9,14 +9,13 @@ Director { Name = <%= @director_name %> DIRport = <%= @port_dir %> - address = <%= @bacula_director_address %> + address = <%= @director_address %> Password = "<%= @director_secret %>" TLS Enable = yes TLS Require = yes - 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 %>" + <%= scope['bacula::bacula_tls_ca_certificate_file'] %> + <%= scope['bacula::bacula_tls_client_certificate'] %> + <%= scope['bacula::bacula_tls_client_key'] %> }