X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fbacula-dir.conf.erb;fp=modules%2Fbacula%2Ftemplates%2Fbacula-dir.conf.erb;h=9132a553f32068e54f5a95590b29dc2ea8a38692;hb=3794acefe67b3857583e63dab7dd53ae0ea1a2d7;hp=ad433205121601fadc41f147d16deca4994fc871;hpb=dfe971b9964020f8a61e9d9e5513cb83e13728c0;p=dsa-puppet.git diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index ad433205..9132a553 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -197,12 +197,12 @@ Storage { Media Type = "<%= bacula_filestor_name %>-catalog" Maximum Concurrent Jobs = 10 -# TLS Enable = yes -# TLS Require = yes -# TLS CA Certificate File = "<%= bacula_ca_path %>" -# # This is a client certificate, used by the director to connect to the storage daemon -# TLS Certificate = "<%= bacula_ssl_client_cert %>" -# TLS Key = "<%= bacula_ssl_client_key %>" + TLS Enable = yes + TLS Require = yes + TLS CA Certificate File = "<%= bacula_ca_path %>" + # This is a client certificate, used by the director to connect to the storage daemon + TLS Certificate = "<%= bacula_ssl_client_cert %>" + TLS Key = "<%= bacula_ssl_client_key %>" } Pool { Name = "poolcatalog-<%=bacula_pool_name%>"