From: Peter Palfrader Date: Fri, 2 Aug 2013 06:06:46 +0000 (+0200) Subject: Add Catalog dir on sd X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c7cd2ab673d964e3b181c330d82146ce73c7eadc;p=mirror%2Fdsa-puppet.git Add Catalog dir on sd --- diff --git a/modules/bacula/manifests/storage.pp b/modules/bacula/manifests/storage.pp index ed3bbfd92..91e30ac68 100644 --- a/modules/bacula/manifests/storage.pp +++ b/modules/bacula/manifests/storage.pp @@ -58,6 +58,14 @@ class bacula::storage inherits bacula { notify => Exec['bacula-sd restart-when-idle'] } + file { "${bacula_backup_path}/Catalog": + ensure => directory, + mode => '0755', + owner => bacula, + group => bacula, + ; + } + Bacula::Storage-per-Node<<| |>> }