X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fbacula-fd.conf.erb;h=6d1901a4c694970448c2a3bcb0f551d8bd798898;hb=0399c6165ed6ff265f460e8e8dde99a322615b77;hp=eeb57888107b7f67d2c10a21ca7bf56aa7d04832;hpb=7a10c64995530d782139c05bbe4955ec1e4a180b;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bacula-fd.conf.erb b/modules/bacula/templates/bacula-fd.conf.erb index eeb578881..6d1901a4c 100644 --- a/modules/bacula/templates/bacula-fd.conf.erb +++ b/modules/bacula/templates/bacula-fd.conf.erb @@ -15,13 +15,13 @@ FileDaemon { ipv4 = { # use the hostname rather than the IP address from LDAP, # as /etc/hosts might have a better answer in case of natted hosts. - addr = <%= @fqdn %> + addr = <%= @client %> port = <%= @port_fd %> } <%- end -%> <%- if @has_ipv6 -%> ipv6 = { - addr = <%= addr %> + addr = <%= @client %> port = <%= @port_fd %> } <%- end -%>