]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/bacula/manifests/storage.pp
Add Catalog dir on sd
[dsa-puppet.git] / modules / bacula / manifests / storage.pp
index ed3bbfd92f9844c2298aae064a77b6993d1e4418..91e30ac68580c0d7bb62ead6a821ace043ae3bbb 100644 (file)
@@ -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<<| |>>
 
 }