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=7c0375f158460219341402f5a909d8e9c5ff3201;hpb=0cac152c4e87a6e5808d6f0716c0fcc23e3e7ffc;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/bacula-sd.conf.erb b/modules/bacula/templates/bacula-sd.conf.erb index 7c0375f15..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 @@ -64,15 +64,4 @@ Messages { director = <%= @bacula_director_name %> = all } -Device { - Name = "<%= @bacula_filestor_device %>-catalog" - Media Type = "<%= @bacula_filestor_name %>-catalog" - Archive Device = "<%= @bacula_backup_path %>/Catalog" - LabelMedia = yes; - Random Access = Yes; - AutomaticMount = yes; - RemovableMedia = no; - AlwaysOpen = no; -} - @|"sh -c 'for f in /etc/bacula/storage-conf.d/*.conf ; do echo @${f} ; done'"