## ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. ## Director { Name = <%= @director_name %> Password = "<%= @dir_storage_secret %>" TLS Enable = yes TLS Require = yes TLS Verify Peer = yes TLS Allowed CN = "clientcerts/<%= @director_address %>" TLS CA Certificate File = "<%= @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 %>" } # Send all messages to the Director, # Messages { Name = Standard director = <%= @director_name %> = all }