X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fstorage-per-client.conf.erb;h=e7c9ceec1ba6865d9c72bb6b6c13d9434a64756b;hb=0cac152c4e87a6e5808d6f0716c0fcc23e3e7ffc;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..e7c9ceec1 100644 --- a/modules/bacula/templates/storage-per-client.conf.erb +++ b/modules/bacula/templates/storage-per-client.conf.erb @@ -4,13 +4,12 @@ ## 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 }