Move bacula::bacula_ssl_{server,client}_{cert,key} to hiera
[mirror/dsa-puppet.git] / modules / bacula / templates / bconsole.conf.erb
index 49fbec6..6f91306 100644 (file)
@@ -16,7 +16,6 @@ Director {
   TLS Require = yes
 
   <%= scope['bacula::bacula_tls_ca_certificate_file'] %>
-  # This is a client certificate, used for console connections to the director.
-  TLS Certificate = "<%= @bacula_ssl_client_cert %>"
-  TLS Key = "<%= @bacula_ssl_client_key %>"
+  <%= scope['bacula::bacula_tls_client_certificate'] %>
+  <%= scope['bacula::bacula_tls_client_key'] %>
 }