Make a few Strings be Stdlib::Host
[mirror/dsa-puppet.git] / modules / bacula / templates / bacula-sd.conf.erb
index f9bcdfe..c152039 100644 (file)
@@ -14,13 +14,13 @@ Storage {
     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 = <%= @bacula_storage_address %>
+      addr = <%= @storage_address %>
       port = <%= @port_sd %>
     }
     <%- end -%>
     <%- if scope.lookupvar('deprecated::nodeinfo')['misc']['has_v6_ldap'] -%>
     ipv6 = {
-      addr = <%= @bacula_storage_address %>
+      addr = <%= @storage_address %>
       port = <%= @port_sd %>
     }
     <%- end -%>