X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fstorage-per-client.conf.erb;h=6403bea26493bac0a936e912b5f2e3eeb62bc074;hb=1c4a4902519f84182160303eddc0f86a5d81e3b0;hp=2ce10714376c6b1653814bcc326305e327d9ccfd;hpb=e96e72674696752c5a15e7618677b704919f4dc8;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/storage-per-client.conf.erb b/modules/bacula/templates/storage-per-client.conf.erb index 2ce107143..6403bea26 100644 --- a/modules/bacula/templates/storage-per-client.conf.erb +++ b/modules/bacula/templates/storage-per-client.conf.erb @@ -4,13 +4,13 @@ ## Device { - Name = "<%= bacula_filestor_device %>-<%= client %>" - Media Type = "<%= bacula_filestor_name %>-<%= client %>" - Archive Device = "<%= bacula_backup_path %>/<%= client %>" + Name = "<%= @bacula_filestor_device %>-<%= @client %>" + Media Type = "<%= @bacula_filestor_name %>-<%= @client %>" + Archive Device = "<%= @bacula_backup_path %>/<%= @client %>" LabelMedia = yes; Random Access = Yes; AutomaticMount = yes; RemovableMedia = no; AlwaysOpen = no; - Maximum Network Buffer Size = 524288 + #Maximum Network Buffer Size = 524288 }