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 {
|
Director {
|
||||||
Name = "bacula-dir"
|
Name = "bacula-dir"
|
||||||
Address = "vm23.home.foo.sh"
|
Address = "<%= @homename %>"
|
||||||
Password = "<%= @password_real %>"
|
Password = "<%= @password_real %>"
|
||||||
TLS Enable = yes
|
TLS Enable = yes
|
||||||
TLS Require = yes
|
TLS Require = yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue