6f91306cfa169ad096bf5fa590de11619e43847d
[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   <%= scope['bacula::bacula_tls_ca_certificate_file'] %>
19   <%= scope['bacula::bacula_tls_client_certificate'] %>
20   <%= scope['bacula::bacula_tls_client_key'] %>
21 }