X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fbacula%2Ftemplates%2Fbacula-dir.conf.erb;fp=modules%2Fbacula%2Ftemplates%2Fbacula-dir.conf.erb;h=dbcc8fe452ee9415489288e79b248fff243ad742;hb=2711ddcacd35d9ff6a262b263babd27d7f6c06d6;hp=80aef43e5eb16e7ebfbea9703f39293b62596d5e;hpb=973f873a452fdba7a8628d3dc646ab1e5b82e8bd;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bacula-dir.conf.erb b/modules/bacula/templates/bacula-dir.conf.erb index 80aef43e5..dbcc8fe45 100644 --- a/modules/bacula/templates/bacula-dir.conf.erb +++ b/modules/bacula/templates/bacula-dir.conf.erb @@ -20,8 +20,8 @@ Director { Messages = Daemon DirAddresses = { # Always have localhost in, then the configured IP - ip = { addr = 127.0.0.1; port = 9101 } - ip = { addr = <%=@bacula_director_address%>; port = <%=@bacula_director_port%> } + ip = { addr = 127.0.0.1; port = <%= @port_dir %> } + ip = { addr = <%=@bacula_director_address%>; port = <%= @port_dir %> } } TLS Enable = yes