bacula: Fixed hardcoded director address from bconsole config.
This commit is contained in:
parent
65cb26b91d
commit
b72d13cc41
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
Director {
|
||||
Name = "bacula-dir"
|
||||
Address = "vm23.home.foo.sh"
|
||||
Address = "<%= @homename %>"
|
||||
Password = "<%= @password_real %>"
|
||||
TLS Enable = yes
|
||||
TLS Require = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue