X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fstorage_per_node.pp;h=e6f8425829b9d3a092cc3bdc7dc0ed0275645d8c;hb=710c80f43aed35f4c0f061274b525ae422392975;hp=d11ac034d12411d7ee096667fe00cfeb96caef71;hpb=074f447f617f7b3cbb9dce3018d6f115ef886d77;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/storage_per_node.pp b/modules/bacula/manifests/storage_per_node.pp index d11ac034d..e6f842582 100644 --- a/modules/bacula/manifests/storage_per_node.pp +++ b/modules/bacula/manifests/storage_per_node.pp @@ -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,