X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fbacula-fd.conf.erb;h=6f930d56979dd13866c9c24c2d4d955ed2715dbe;hb=598ef097f4c8f6b50b61dde7fc4bd011e955b754;hp=14d996449fca2a98e9e56faffb1cd50cd8b3df80;hpb=b00db688588f052e860f0ff461c0b787f9c5227b;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bacula-fd.conf.erb b/modules/bacula/templates/bacula-fd.conf.erb index 14d996449..6f930d569 100644 --- a/modules/bacula/templates/bacula-fd.conf.erb +++ b/modules/bacula/templates/bacula-fd.conf.erb @@ -38,9 +38,8 @@ FileDaemon { TLS Enable = yes TLS Require = yes <%= scope['bacula::bacula_tls_ca_certificate_file'] %> - # 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_client_certificate'] %> + <%= scope['bacula::bacula_tls_client_key'] %> Heartbeat Interval = 60 }