Revert "Use RedirectPermanent instead of RewriteRule"
[mirror/dsa-puppet.git] / modules / bacula / manifests / storage.pp
index 35dffb2..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',