X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=inline;f=modules%2Fbacula%2Ftemplates%2Fdirector%2Fdir-per-client.erb;h=5ee2d0eb4184b28dccc78d9b94e1e5c8177cec3b;hb=b00db688588f052e860f0ff461c0b787f9c5227b;hp=15a77c282fbb3a0d71926a4092a9bbac30bc7218;hpb=825e27050780ecccd54fb81d9d8f0ce7a3395caf;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/director/dir-per-client.erb b/modules/bacula/templates/director/dir-per-client.erb index 15a77c282..5ee2d0eb4 100644 --- a/modules/bacula/templates/director/dir-per-client.erb +++ b/modules/bacula/templates/director/dir-per-client.erb @@ -34,7 +34,7 @@ Client { TLS Enable = yes TLS Require = yes - TLS CA Certificate File = "<%= @bacula_ca_path %>" + <%= scope['bacula::bacula_tls_ca_certificate_file'] %> # This is a client certificate, used by the director to connect to the client's file daemon TLS Certificate = "<%= @bacula_ssl_client_cert %>" TLS Key = "<%= @bacula_ssl_client_key %>"