7b3e115f63cf2d82f19c81d2cb39a6224f170389
[mirror/dsa-puppet.git] / modules / bacula / templates / storage / sd-per-director.conf.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ##
4
5 Director {
6   Name = <%= @director_name %>
7   Password = "<%= @dir_storage_secret %>"
8
9   TLS Enable = yes
10   TLS Require = yes
11   TLS Verify Peer = yes
12   TLS Allowed CN = "clientcerts/<%= @director_address %>"
13   TLS CA Certificate File = "<%= @bacula_ca_path %>"
14   # This is a server certificate, used for incoming director connections.
15   TLS Certificate = "<%= @bacula_ssl_server_cert %>"
16   TLS Key = "<%= @bacula_ssl_server_key %>"
17 }
18
19 # Send all messages to the Director,
20 #
21 Messages {
22   Name = Standard
23   director = <%= @director_name %> = all
24 }