Do not put our 29.172.in-addr.arpa zone into unbound configs behind fascist firewalls, 4
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-fd.conf.erb
index de60e38..0be7a28 100644 (file)
@@ -23,7 +23,7 @@ Director {
 FileDaemon {
   Name = <%= @bacula_client_name %>
   FDAddresses = {
-    # bacula, on Debian 9 (stretch) does not resolve a single name
+    # bacula, on Debian 9 (stretch), does not resolve a single name
     # to both v4 and v6 addresses.  Se we can't just say
     # ip = { addr = <hostname> }.  Boo.
     <%- if scope.lookupvar('site::nodeinfo')['misc']['has_v4_ldap'] -%>
@@ -34,9 +34,9 @@ FileDaemon {
       port = <%= @bacula_client_port %>
     }
     <%- end -%>
-    <%- if scope.lookupvar('site::nodeinfo')['misc']['has_v6_ldap'] -%>
+    <%- scope.lookupvar('site::nodeinfo')['misc']['v6_ldap'].each do |addr| -%>
     ipv6 = {
-      addr = <%= @fqdn %>
+      addr = <%= addr %>
       port = <%= @bacula_client_port %>
     }
     <%- end -%>