bacula: Initial version of module.

This commit is contained in:
Timo Mkinen 2013-05-10 17:20:15 +03:00
parent e7ae4fb55b
commit 4efe6bcd92
12 changed files with 651 additions and 0 deletions

View file

@ -0,0 +1,14 @@
Storage {
Name = "<%= @name %>"
Address = <%= @homename %>
Password = "<%= scope.lookupvar('bacula::storage::password_real') %>"
Device = "<%= @name %>"
Media Type = <%= @media %>
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
}