X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fbacula%2Ftemplates%2Fbacula-sd.conf.erb;h=f131f5a8e0686b243fc3bdf8ae138c1005c44ab3;hb=e272b442942830a6eed50748eb63aa3b6318ca2b;hp=a46d9739ba7ac365b2ad6962f8b6b17d51f9acf8;hpb=3bd8e749b9f67f269b6be35438a7b9f34fbd1e02;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bacula-sd.conf.erb b/modules/bacula/templates/bacula-sd.conf.erb index a46d9739b..f131f5a8e 100644 --- a/modules/bacula/templates/bacula-sd.conf.erb +++ b/modules/bacula/templates/bacula-sd.conf.erb @@ -15,13 +15,13 @@ Storage { # 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 %> - port = <%= @bacula_storage_port %> + port = <%= @port_sd %> } <%- end -%> <%- if scope.lookupvar('deprecated::nodeinfo')['misc']['has_v6_ldap'] -%> ipv6 = { addr = <%= @bacula_storage_address %> - port = <%= @bacula_storage_port %> + port = <%= @port_sd %> } <%- end -%> } @@ -44,7 +44,7 @@ Storage { # Director { Name = <%= @bacula_director_name %> - Password = "<%= @bacula_storage_secret %>" + Password = "<%= @storage_secret %>" TLS Enable = yes TLS Require = yes