From c5ada1a6cf21cdb8c971475e3df586a8d2e849f6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 20 Mar 2017 17:42:28 +0000 Subject: [PATCH] fix storage-per-client.conf template --- modules/bacula/templates/storage-per-client.conf.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/bacula/templates/storage-per-client.conf.erb b/modules/bacula/templates/storage-per-client.conf.erb index fa521beae..6403bea26 100644 --- a/modules/bacula/templates/storage-per-client.conf.erb +++ b/modules/bacula/templates/storage-per-client.conf.erb @@ -4,9 +4,9 @@ ## 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; -- 2.20.1