Revert "Use RedirectPermanent instead of RewriteRule"
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index 941c97b..7c274c1 100644 (file)
@@ -9,6 +9,13 @@ class bacula::storage inherits bacula {
                enable    => true,
                hasstatus => true,
        }
+       systemd::override { 'bacula-sd':
+               content => @(EOT)
+                       [Service]
+                       Group=bacula
+                       SupplementaryGroups=ssl-cert
+                       | EOT
+       }
 
        exec { 'bacula-sd restart-when-idle':
                path        => '/usr/bin:/usr/sbin:/bin:/sbin',
@@ -66,6 +73,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',