X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fbacula-fd.conf.erb;h=14d996449fca2a98e9e56faffb1cd50cd8b3df80;hb=b00db688588f052e860f0ff461c0b787f9c5227b;hp=2f9acda33a9990b4ec38408e47b0932c53d47d95;hpb=a71546a712323043fe4d725037df00e18db57e36;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bacula-fd.conf.erb b/modules/bacula/templates/bacula-fd.conf.erb index 2f9acda33..14d996449 100644 --- a/modules/bacula/templates/bacula-fd.conf.erb +++ b/modules/bacula/templates/bacula-fd.conf.erb @@ -37,7 +37,7 @@ FileDaemon { 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 by the client to connect to the storage daemon TLS Certificate = "<%= @bacula_ssl_client_cert %>" TLS Key = "<%= @bacula_ssl_client_key %>"