Automatic rectify from failover

This commit is contained in:
Johan Wassberg 2024-02-16 12:59:32 +01:00
parent 751f189c88
commit 07ecf2d8ae
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -3,9 +3,10 @@ class eid::idm_redis (
) { ) {
class { 'sunet::rediscluster': class { 'sunet::rediscluster':
numnodes => 2, numnodes => 2,
hostmode => true, hostmode => true,
tls => true tls => true,
automatic_rectify => true,
} }
file { "/etc/ssl/certs/${facts['networking']['fqdn']}_infra.crt": file { "/etc/ssl/certs/${facts['networking']['fqdn']}_infra.crt":