2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
6 # Bacula User Agent (or Console) Configuration File
10 Name = <%= @bacula_director_name %>
12 address = <%= @bacula_director_address %>
13 Password = "<%= @bacula_director_secret %>"
18 TLS CA Certificate File = "<%= @bacula_ca_path %>"
19 # This is a client certificate, used for console connections to the director.
20 TLS Certificate = "<%= @bacula_ssl_client_cert %>"
21 TLS Key = "<%= @bacula_ssl_client_key %>"