#
Director {
- Name = <%= bacula_director_name %>
+ Name = <%= @bacula_director_name %>
DIRport = 9101
- address = <%= bacula_director_address %>
- Password = "<%= bacula_director_secret %>"
+ address = <%= @bacula_director_address %>
+ Password = "<%= @bacula_director_secret %>"
TLS Enable = yes
TLS Require = yes
- TLS CA Certificate File = "<%= bacula_ca_path %>"
+ TLS CA Certificate File = "<%= @bacula_ca_path %>"
# This is a client certificate, used for console connections to the director.
- TLS Certificate = "<%= bacula_ssl_client_cert %>"
- TLS Key = "<%= bacula_ssl_client_key %>"
+ TLS Certificate = "<%= @bacula_ssl_client_cert %>"
+ TLS Key = "<%= @bacula_ssl_client_key %>"
}