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=6680306de7b2f9911a4da12b8484d3431056ea53;hp=0336cb004d2a3e01b2910d8d71f58c73d2469eed;hpb=a71546a712323043fe4d725037df00e18db57e36;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 0336cb004..70e87e43a 100644 --- a/modules/bacula/templates/director/dir-per-client-from-storage.erb +++ b/modules/bacula/templates/director/dir-per-client-from-storage.erb @@ -19,10 +19,9 @@ Storage { TLS Enable = yes TLS Require = yes - TLS CA Certificate File = "<%= @bacula_ssl_ca_path %>" - # 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_ca_certificate_file'] %> + <%= scope['bacula::bacula_tls_client_certificate'] %> + <%= scope['bacula::bacula_tls_client_key'] %> } ########################################################################