]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Get rid of unused device
authorPeter Palfrader <peter@palfrader.org>
Fri, 24 Aug 2012 17:46:57 +0000 (19:46 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 24 Aug 2012 17:46:57 +0000 (19:46 +0200)
modules/bacula/templates/bacula-sd.conf.erb

index c6d99732b992a3980351d8e37bc5e2f956b14ac8..b048f8e5fa84e05cf6822e576f5c07746853c2f7 100644 (file)
@@ -39,22 +39,6 @@ Director {
   TLS Key = "<%= bacula_ssl_server_key %>"
 }
 
-
-# To connect, the Director's bacula-dir.conf must have the
-#  same Name and MediaType.
-#
-Device {
-  Name = <%= bacula_filestor_device %>
-  Media Type = <%= bacula_filestor_name %>
-  Archive Device = <%= bacula_backup_path %>
-  LabelMedia = yes;
-  Random Access = Yes;
-  AutomaticMount = yes;
-  RemovableMedia = no;
-  AlwaysOpen = no;
-  Maximum Network Buffer Size = 524288
-}
-
 # Send all messages to the Director,
 # mount messages also are sent to the email address
 #