]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add Catalog dir on sd
authorPeter Palfrader <peter@palfrader.org>
Fri, 2 Aug 2013 06:06:46 +0000 (08:06 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 2 Aug 2013 06:06:51 +0000 (08:06 +0200)
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<<| |>>
 
 }