From a82be9d887abc0db4eb709c0b0c2617f42896919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Wed, 4 Jan 2023 16:46:52 +0100 Subject: [PATCH] fix: set correct value for disapp.cfg config option 'owner_group_export_dir' --- templates/disapp.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/disapp.cfg.j2 b/templates/disapp.cfg.j2 index 22c25e1..be83db2 100644 --- a/templates/disapp.cfg.j2 +++ b/templates/disapp.cfg.j2 @@ -35,7 +35,7 @@ directory_lock:/home/{{ vault_disapp_user }}/.disapp/lockdir/ # Name of the Linux user that owns the subapp's access directory. owner_user_export_dir:{{ vault_disapp_user }} # Name of the Linux group that owns the subapp's access directory. -owner_group_export_dir:import +owner_group_export_dir:{{ vault_disapp_group }} -- GitLab