No prefix
This commit is contained in:
parent
ff24602412
commit
02341b586e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ spring:
|
||||||
certificate: file:/etc/ssl/certs/infra.crt
|
certificate: file:/etc/ssl/certs/infra.crt
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
password: '<%= scope.call_function('safe_hiera', ['idm_redis_password']) %>'
|
password: '<%= scope.call_function('safe_hiera', ['redis_password']) %>'
|
||||||
cluster:
|
cluster:
|
||||||
nodes:
|
nodes:
|
||||||
<%- @redises.each do |host| -%>
|
<%- @redises.each do |host| -%>
|
||||||
|
|
Loading…
Add table
Reference in a new issue