X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fbconsole.conf.erb;h=49fbec68a5b2caa1e49f81efd032e79da11b69ce;hb=b00db688588f052e860f0ff461c0b787f9c5227b;hp=5e89a1612bf1d477aad55f38d7b2ae442e25129e;hpb=a71546a712323043fe4d725037df00e18db57e36;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bconsole.conf.erb b/modules/bacula/templates/bconsole.conf.erb index 5e89a1612..49fbec68a 100644 --- a/modules/bacula/templates/bconsole.conf.erb +++ b/modules/bacula/templates/bconsole.conf.erb @@ -15,7 +15,7 @@ Director { TLS Enable = yes TLS Require = yes - TLS CA Certificate File = "<%= @bacula_ssl_ca_path %>" + <%= scope['bacula::bacula_tls_ca_certificate_file'] %> # This is a client certificate, used for console connections to the director. TLS Certificate = "<%= @bacula_ssl_client_cert %>" TLS Key = "<%= @bacula_ssl_client_key %>"