Merge "CentOS: Fix IP version in scenario002"
This commit is contained in:
commit
24ca8e0782
@ -28,7 +28,7 @@ case $facts['os']['family'] {
|
|||||||
$tooz_backend = 'redis'
|
$tooz_backend = 'redis'
|
||||||
}
|
}
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
$ipv6 = false
|
$ipv6 = true
|
||||||
$cache_backend = 'redis_sentinel'
|
$cache_backend = 'redis_sentinel'
|
||||||
$django_cache_backend = 'redis'
|
$django_cache_backend = 'redis'
|
||||||
$tooz_backend = 'redis_sentinel'
|
$tooz_backend = 'redis_sentinel'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user