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
5 # For Bacula release 5.0.1 (24 February 2010) -- debian 5.0.4
8 Name = <%= bacula_storage_name %>
9 SDPort = <%= bacula_storage_port %>
10 WorkingDirectory = "/var/lib/bacula"
11 Pid Directory = "/var/run/bacula"
12 Maximum Concurrent Jobs = 21
13 SDAddress = <%= bacula_storage_address %>
14 Heartbeat Interval = 180
19 # TLS Allowed CN = "clientcerts/<%= bacula_director_address %>"
20 TLS CA Certificate File = "<%= bacula_ca_path %>"
21 # This is a server certificate, used for incoming connections.
22 TLS Certificate = "<%= bacula_ssl_server_cert %>"
23 TLS Key = "<%= bacula_ssl_server_key %>"
26 # List Directors who are permitted to contact Storage daemon
29 Name = <%= bacula_director_name %>
30 Password = "<%= bacula_storage_secret %>"
35 TLS Allowed CN = "clientcerts/<%= bacula_director_address %>"
36 TLS CA Certificate File = "<%= bacula_ca_path %>"
37 # This is a server certificate, used for incoming director connections.
38 TLS Certificate = "<%= bacula_ssl_server_cert %>"
39 TLS Key = "<%= bacula_ssl_server_key %>"
43 # To connect, the Director's bacula-dir.conf must have the
44 # same Name and MediaType.
47 Name = <%= bacula_filestor_device %>
48 Media Type = <%= bacula_filestor_name %>
49 Archive Device = <%= bacula_backup_path %>
55 Maximum Network Buffer Size = 524288
58 # Send all messages to the Director,
59 # mount messages also are sent to the email address
63 director = <%= bacula_director_name %> = all