Update jndi config path according to role variable config_dir

This commit is contained in:
Antonio Calanducci 2023-11-06 13:40:57 +01:00
parent 094768ba21
commit 0e249644bb
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ services:
gid: "333"
mode: 0440
- source: {{ service_prefix }}-jndi-config-{{ scope_name }}
target: /home/gcube/gCore/etc/is-collector-service/jndi-config.xml
target: /home/gcube/gCore/{{ config_dir }}/jndi-config.xml
uid: "333"
gid: "333"
mode: 0440

View File

@ -32,7 +32,7 @@ services:
gid: "333"
mode: 0440
- source: jndi-config-{{ scope_name }}
target: /home/gcube/gCore/etc/is-registry-service/jndi-config.xml
target: /home/gcube/gCore/{{ config_dir }}/jndi-config.xml
uid: "333"
gid: "333"
mode: 0440