Automatic rectify from failover
This commit is contained in:
parent
751f189c88
commit
07ecf2d8ae
1 changed files with 4 additions and 3 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Reference in a new issue