5e89a1612bf1d477aad55f38d7b2ae442e25129e
[mirror/dsa-puppet.git] / modules / bacula / templates / bconsole.conf.erb
1 ##
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
4 ##
5 #
6 # Bacula User Agent (or Console) Configuration File
7 #
8
9 Director {
10   Name = <%= @director_name %>
11   DIRport = <%= @port_dir %>
12   address = <%= @director_address %>
13   Password = "<%= @director_secret %>"
14
15   TLS Enable = yes
16   TLS Require = yes
17
18   TLS CA Certificate File = "<%= @bacula_ssl_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 %>"
22 }