From b72d13cc41c859d7295d458c62f2bfbacbff37ae Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 10 Dec 2013 15:02:08 +0200 Subject: [PATCH] bacula: Fixed hardcoded director address from bconsole config. --- bacula/templates/bconsole.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/templates/bconsole.conf.erb b/bacula/templates/bconsole.conf.erb index d42f0cb..d734398 100644 --- a/bacula/templates/bconsole.conf.erb +++ b/bacula/templates/bconsole.conf.erb @@ -1,7 +1,7 @@ Director { Name = "bacula-dir" - Address = "vm23.home.foo.sh" + Address = "<%= @homename %>" Password = "<%= @password_real %>" TLS Enable = yes TLS Require = yes