And storage name is sd local
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index 69e8ddc..874efec 100644 (file)
@@ -1,14 +1,16 @@
 # the bacula storage node
 #
-# @param backup_path the directory where backups should be stored
-# @param filestor_device Storage device name prefix
-# @param filestor_name Storage device media type name prefix
-# @param port_sd Port for the sd to listen on
+# @param backup_path      directory where backups should be stored
+# @param filestor_device  storage device name prefix
+# @param filestor_name    storage device media type name prefix
+# @param port_sd          port for the sd to listen on
+# @param storage_name     bacula name of this sd instance
 class bacula::storage (
   String $backup_path     = '/srv/bacula',
   String $filestor_device = 'FileStorage',
   String $filestor_name   = 'File',
   Integer $port_sd        = 9103,
+  String $storage_name    = "${::fqdn}-sd",
 ) inherits bacula {
   $storage_secret = hkdf('/etc/puppet/secret', "bacula-sd-${::fqdn}")