Skip to content
Snippets Groups Projects
Commit a82be9d8 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: set correct value for disapp.cfg config option 'owner_group_export_dir'

parent e1459373
No related branches found
No related tags found
1 merge request!2merge feat_ND-2363_ND-2323 into master
...@@ -35,7 +35,7 @@ directory_lock:/home/{{ vault_disapp_user }}/.disapp/lockdir/ ...@@ -35,7 +35,7 @@ directory_lock:/home/{{ vault_disapp_user }}/.disapp/lockdir/
# Name of the Linux user that owns the subapp's access directory. # Name of the Linux user that owns the subapp's access directory.
owner_user_export_dir:{{ vault_disapp_user }} owner_user_export_dir:{{ vault_disapp_user }}
# Name of the Linux group that owns the subapp's access directory. # Name of the Linux group that owns the subapp's access directory.
owner_group_export_dir:import owner_group_export_dir:{{ vault_disapp_group }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment