exim/common/rhsbllist: Stop using the obsolete rfc-ignorant.org DNSBLs
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-fd.conf.erb
index ae8912d..6f930d5 100644 (file)
@@ -37,10 +37,9 @@ FileDaemon {
 
   TLS Enable = yes
   TLS Require = yes
-  TLS CA Certificate File = "<%= @bacula_ca_path %>"
-  # This is a client certificate, used by the client 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'] %>
 
   Heartbeat Interval = 60
 }