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 SDAddress = <%= @bacula_storage_address %>
11 WorkingDirectory = "/var/lib/bacula"
12 Pid Directory = "/var/run/bacula"
13 Maximum Concurrent Jobs = 21
14 Heartbeat Interval = 60
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 %>"
42 # Send all messages to the Director,
43 # mount messages also are sent to the email address
47 director = <%= @bacula_director_name %> = all
51 Name = "<%= @bacula_filestor_device %>-catalog"
52 Media Type = "<%= @bacula_filestor_name %>-catalog"
53 Archive Device = "<%= @bacula_backup_path %>/Catalog"
61 @|"sh -c 'for f in /etc/bacula/storage-conf.d/*.conf ; do echo @${f} ; done'"