## ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## # # Bacula User Agent (or Console) Configuration File # Director { Name = <%= @director_name %> DIRport = <%= @port_dir %> address = <%= @director_address %> Password = "<%= @director_secret %>" TLS Enable = yes TLS Require = yes 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 %>" }