projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d76890
)
Add Catalog dir on sd
author
Peter Palfrader
<peter@palfrader.org>
Fri, 2 Aug 2013 06:06:46 +0000
(08:06 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 2 Aug 2013 06:06:51 +0000
(08:06 +0200)
modules/bacula/manifests/storage.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/storage.pp
b/modules/bacula/manifests/storage.pp
index
ed3bbfd
..
91e30ac
100644
(file)
--- 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<<| |>>
}