transition conova cluster to new lvm config
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-fd.conf.erb
index de60e38..c5478eb 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,15 +34,20 @@ 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 -%>
   }
   WorkingDirectory = /var/lib/bacula
+<%- if scope.call_function('versioncmp', [@lsbmajdistrelease, '8']) <= 0 -%>
   Pid Directory = /var/run/bacula
+<%- else -%>
+  Pid Directory = /run/bacula
+  Plugin Directory = /usr/lib/bacula
+<%- end -%>
   Maximum Concurrent Jobs = 20
   #Maximum Network Buffer Size = 524288