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:
497c4b7
)
and we need python3-psycopg2
author
Peter Palfrader
<peter@palfrader.org>
Tue, 28 Mar 2017 11:51:33 +0000
(13:51 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 28 Mar 2017 11:51:33 +0000
(13:51 +0200)
modules/bacula/manifests/storage.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/storage.pp
b/modules/bacula/manifests/storage.pp
index
941c97b
..
35dffb2
100644
(file)
--- a/
modules/bacula/manifests/storage.pp
+++ b/
modules/bacula/manifests/storage.pp
@@
-66,6
+66,7
@@
class bacula::storage inherits bacula {
;
}
+ package { 'python3-psycopg2': ensure => installed }
file { '/usr/local/bin/bacula-unlink-removed-volumes':
source => 'puppet:///modules/bacula/bacula-unlink-removed-volumes',
mode => '0555',