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:
722f947
)
Drop bacula-sd-pgsql for real
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 10:24:06 +0000
(12:24 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 10:24:06 +0000
(12:24 +0200)
modules/bacula/manifests/storage.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/storage.pp
b/modules/bacula/manifests/storage.pp
index
7027b30
..
be5eacc
100644
(file)
--- a/
modules/bacula/manifests/storage.pp
+++ b/
modules/bacula/manifests/storage.pp
@@
-16,7
+16,6
@@
class bacula::storage inherits bacula {
content => template("bacula/bacula-sd.conf.erb"),
mode => 640,
group => bacula,
- require => Package["bacula-sd-pgsql"],
notify => Exec["bacula-sd restart"]
;
}