s/bacula_ca_path/bacula_ssl_ca_path/
[mirror/dsa-puppet.git] / modules / bacula / templates / bconsole.conf.erb
index 6c4cd80..5e89a16 100644 (file)
@@ -7,16 +7,16 @@
 #
 
 Director {
-  Name = <%= bacula_director_name %>
-  DIRport = 9101
-  address = <%= bacula_director_address %>
-  Password = "<%= bacula_director_secret %>"
+  Name = <%= @director_name %>
+  DIRport = <%= @port_dir %>
+  address = <%= @director_address %>
+  Password = "<%= @director_secret %>"
 
   TLS Enable = yes
   TLS Require = yes
 
-  TLS CA Certificate File = "<%= bacula_ca_path %>"
+  TLS CA Certificate File = "<%= @bacula_ssl_ca_path %>"
   # This is a client certificate, used for console connections to the director.
-  TLS Certificate = "<%= bacula_ssl_client_cert %>"
-  TLS Key = "<%= bacula_ssl_client_key %>"
+  TLS Certificate = "<%= @bacula_ssl_client_cert %>"
+  TLS Key = "<%= @bacula_ssl_client_key %>"
 }