puppet/bacula/templates/device.conf.erb

12 lines
300 B
Text

Device {
Name = "<%= @name %>"
Media Type = <%= @media %>
Archive Device = <%= @device %>
AutomaticMount = yes;
AlwaysOpen = no;
RemovableMedia = yes;
RandomAccess = no;
Maximum Network Buffer Size = 65536
Alert Command = "sh -c '/usr/local/sbin/tapealert %a'"
}