and we need python3-psycopg2
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index 941c97b..35dffb2 100644 (file)
@@ -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',