]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/bacula/templates/storage-per-client.conf.erb
Fix stomping of certfile
[dsa-puppet.git] / modules / bacula / templates / storage-per-client.conf.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 Device {
7   Name = "<%= bacula_filestor_device %>-<%= client %>"
8   Media Type = "<%= bacula_filestor_name %>-<%= client %>"
9   Archive Device = "<%= bacula_backup_path %>/<%= client %>"
10   LabelMedia = yes;
11   Random Access = Yes;
12   AutomaticMount = yes;
13   RemovableMedia = no;
14   AlwaysOpen = no;
15   #Maximum Network Buffer Size = 524288
16 }