From: Peter Palfrader Date: Tue, 28 Mar 2017 11:51:33 +0000 (+0200) Subject: and we need python3-psycopg2 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8188edfe7da3738e5bdc2aff9d9adce58299b10d;p=mirror%2Fdsa-puppet.git and we need python3-psycopg2 --- 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',