backup-path should be something that only the storage system should need to care...
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index 3c01e58..34bd649 100644 (file)
@@ -1,5 +1,9 @@
 # the bacula storage node
-class bacula::storage inherits bacula {
+#
+# @param backup_path the directory where backups should be stored
+class bacula::storage (
+  String $backup_path = '/srv/bacula',
+) inherits bacula {
   package { 'bacula-sd':
     ensure => installed
   }