From 023432e3cf1ee6013c3dcf1a7f6651b8455a404d Mon Sep 17 00:00:00 2001 From: Patrik Holmqvist Date: Wed, 5 Feb 2025 10:49:35 +0100 Subject: [PATCH] Try without '', SC-2670 --- .../modules/eid/templates/connector/application-test.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/eid/templates/connector/application-test.yml.erb b/global/overlay/etc/puppet/modules/eid/templates/connector/application-test.yml.erb index 8497bb29..c8084c25 100644 --- a/global/overlay/etc/puppet/modules/eid/templates/connector/application-test.yml.erb +++ b/global/overlay/etc/puppet/modules/eid/templates/connector/application-test.yml.erb @@ -27,7 +27,7 @@ spring: - 89.45.236.201:6379 - 89.45.237.40:6379 - 89.45.237.212:6379 - password: '<%= scope.call_function('safe_hiera', ['redict_password']) %>' + password: <%= scope.call_function('safe_hiera', ['redict_password']) %> ssl: enabled: true bundle: sunet-tls-trust