From bba485b1a760671625002a87b70e536793b72dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Thu, 7 Apr 2022 11:54:17 +0200 Subject: [PATCH] fix: changes for significant_properties_file parameter can only be rolled out after SubApp release 2022.1 --- templates/subapp.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/subapp.cfg.j2 b/templates/subapp.cfg.j2 index 9aa3754..8450b68 100644 --- a/templates/subapp.cfg.j2 +++ b/templates/subapp.cfg.j2 @@ -78,7 +78,7 @@ rosetta_password:{{ vault_subapp_vars.hosts[ansible_hostname].Rosetta_Password } fullname_workflow:{{ vault_subapp_vars.hosts[ansible_hostname].fullname_workflow | default("WORKFLOW_NAME_TEMPLATE") }} # Path to the XML file that contains the encoded significant properties as agreed upon with the producer. -significant_properties_file:{{ vault_subapp_vars.hosts[ansible_hostname].significant_properties_file | default("SIGNIFICANT_PROPERTIES_FILE_PATH_TEMPLATE") }} +#significant_properties_file:{{ vault_subapp_vars.hosts[ansible_hostname].significant_properties_file | default("SIGNIFICANT_PROPERTIES_FILE_PATH_TEMPLATE") }} -- GitLab