Move bacula::bacula_ssl_{server,client}_{cert,key} to hiera
[mirror/dsa-puppet.git] / modules / bacula / templates / director / dir-per-client.erb
index 5ee2d0e..23757a7 100644 (file)
@@ -35,8 +35,7 @@ Client {
   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 client's file 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'] %>
 }