bacula: Initial version of module.
This commit is contained in:
parent
e7ae4fb55b
commit
4efe6bcd92
12 changed files with 651 additions and 0 deletions
12
bacula/templates/client.conf.erb
Normal file
12
bacula/templates/client.conf.erb
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
Client {
|
||||
Name = "<%= @homename %>"
|
||||
Address = <%= @homename %>
|
||||
Catalog = "Catalog"
|
||||
Password = "<%= @password_real %>"
|
||||
TLS Enable = yes
|
||||
TLS Require = yes
|
||||
TLS Key = /etc/pki/tls/private/bacula.key
|
||||
TLS Certificate = /etc/pki/tls/certs/bacula.crt
|
||||
TLS CA Certificate File = <%= @puppet_ssldir %>/certs/ca.pem
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue