From 02341b586e82b0f2b3e6db5ce5222f97a455a777 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Mon, 26 Feb 2024 12:22:49 +0100 Subject: [PATCH] No prefix --- global/overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb b/global/overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb index 1edd516c..b8a86ad1 100644 --- a/global/overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb +++ b/global/overlay/etc/puppet/modules/eid/templates/idm/idm.yml.erb @@ -15,7 +15,7 @@ spring: certificate: file:/etc/ssl/certs/infra.crt data: redis: - password: '<%= scope.call_function('safe_hiera', ['idm_redis_password']) %>' + password: '<%= scope.call_function('safe_hiera', ['redis_password']) %>' cluster: nodes: <%- @redises.each do |host| -%>