Fix bconsole.conf template
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 19 Mar 2017 12:49:25 +0000 (13:49 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 19 Mar 2017 12:49:34 +0000 (13:49 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/bacula/templates/bconsole.conf.erb

index 6c4cd80..183dd53 100644 (file)
@@ -7,16 +7,16 @@
 #
 
 Director {
-  Name = <%= bacula_director_name %>
+  Name = <%= @bacula_director_name %>
   DIRport = 9101
-  address = <%= bacula_director_address %>
-  Password = "<%= bacula_director_secret %>"
+  address = <%= @bacula_director_address %>
+  Password = "<%= @bacula_director_secret %>"
 
   TLS Enable = yes
   TLS Require = yes
 
-  TLS CA Certificate File = "<%= bacula_ca_path %>"
+  TLS CA Certificate File = "<%= @bacula_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 %>"
 }