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':
numnodes => 2,
hostmode => true,
tls => true
numnodes => 2,
hostmode => true,
tls => true,
automatic_rectify => true,
}
file { "/etc/ssl/certs/${facts['networking']['fqdn']}_infra.crt":