From 8188edfe7da3738e5bdc2aff9d9adce58299b10d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 28 Mar 2017 13:51:33 +0200 Subject: [PATCH] and we need python3-psycopg2 --- modules/bacula/manifests/storage.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bacula/manifests/storage.pp b/modules/bacula/manifests/storage.pp index 941c97b17..35dffb229 100644 --- 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', -- 2.20.1