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':
|
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":
|
||||||
|
|
Loading…
Add table
Reference in a new issue