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:
fe7a41a
)
Drop unneeded package
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 10:16:20 +0000
(12:16 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 16 Jun 2012 10:16:20 +0000
(12:16 +0200)
modules/bacula/manifests/storage.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/storage.pp
b/modules/bacula/manifests/storage.pp
index
377ecbc
..
7027b30
100644
(file)
--- a/
modules/bacula/manifests/storage.pp
+++ b/
modules/bacula/manifests/storage.pp
@@
-2,7
+2,6
@@
class bacula::storage inherits bacula {
package {
"bacula-sd": ensure => installed;
- "bacula-sd-pgsql": ensure => installed;
}
service {