X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fdirector%2Fdir-per-client-from-storage.erb;h=70e87e43a8066606faaa4a14d22da8df7a44ec55;hb=63016bb3a6b7266c022f7d7e2398a0360d476fd5;hp=7a5b4333ede7991f876ebe8aac5ab09c4e3a81be;hpb=b00db688588f052e860f0ff461c0b787f9c5227b;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/director/dir-per-client-from-storage.erb b/modules/bacula/templates/director/dir-per-client-from-storage.erb index 7a5b4333e..70e87e43a 100644 --- a/modules/bacula/templates/director/dir-per-client-from-storage.erb +++ b/modules/bacula/templates/director/dir-per-client-from-storage.erb @@ -20,9 +20,8 @@ Storage { TLS Enable = yes TLS Require = yes <%= scope['bacula::bacula_tls_ca_certificate_file'] %> - # This is a client certificate, used by the director to connect to the storage daemon - TLS Certificate = "<%= @bacula_ssl_client_cert %>" - TLS Key = "<%= @bacula_ssl_client_key %>" + <%= scope['bacula::bacula_tls_client_certificate'] %> + <%= scope['bacula::bacula_tls_client_key'] %> } ########################################################################