backup-path should be something that only the storage system should need to care...
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage_per_node.pp
index d11ac03..e6f8425 100644 (file)
@@ -1,11 +1,9 @@
 # bacula storage for node.  This is stored config by a client, collected on the storage
 define bacula::storage_per_node() {
-
-  include bacula
+  include bacula::storage
 
   $bacula_filestor_device = $bacula::bacula_filestor_device
   $bacula_filestor_name   = $bacula::bacula_filestor_name
-  $bacula_backup_path     = $bacula::bacula_backup_path
 
   $bacula_client_name   = "${name}-fd"
   $client               = $name
@@ -17,7 +15,7 @@ define bacula::storage_per_node() {
       group   => bacula,
       notify  => Exec['bacula-sd restart-when-idle'],
       ;
-    "${bacula_backup_path}/${name}":
+    "${bacula::storage::backup_path}/${name}":
       ensure => directory,
       mode   => '0755',
       owner  => bacula,