Get the ssl variables from bacula:: as we have not inherited them
authorPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 22:35:48 +0000 (00:35 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 24 Sep 2019 22:35:48 +0000 (00:35 +0200)
modules/bacula/templates/storage/sd-per-director.conf.erb

index 7b3e115..34f6423 100644 (file)
@@ -10,10 +10,10 @@ Director {
   TLS Require = yes
   TLS Verify Peer = yes
   TLS Allowed CN = "clientcerts/<%= @director_address %>"
-  TLS CA Certificate File = "<%= @bacula_ca_path %>"
+  TLS CA Certificate File = "<%= scope['bacula::bacula_ca_path'] %>"
   # This is a server certificate, used for incoming director connections.
-  TLS Certificate = "<%= @bacula_ssl_server_cert %>"
-  TLS Key = "<%= @bacula_ssl_server_key %>"
+  TLS Certificate = "<%= scope['bacula::bacula_ssl_server_cert'] %>"
+  TLS Key = "<%= scope['bacula::bacula_ssl_server_key'] %>"
 }
 
 # Send all messages to the Director,