From c7cd2ab673d964e3b181c330d82146ce73c7eadc Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 2 Aug 2013 08:06:46 +0200 Subject: [PATCH] Add Catalog dir on sd --- modules/bacula/manifests/storage.pp | 8 ++++++++ 1 file changed, 8 insertions(+) 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<<| |>> } -- 2.20.1