bd7a6781d6bd20942c85c6e326e84a012dc4a789
[mirror/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 = "<%= scope['bacula::storage::backup_path'] %>/<%= @client %>"
10   LabelMedia = yes;
11   Random Access = Yes;
12   AutomaticMount = yes;
13   RemovableMedia = no;
14   AlwaysOpen = no;
15 }