Merge "CentOS: Fix IP version in scenario002"

This commit is contained in:
Zuul 2025-03-07 10:44:08 +00:00 committed by Gerrit Code Review
commit 24ca8e0782

@ -28,7 +28,7 @@ case $facts['os']['family'] {
$tooz_backend = 'redis'
}
'RedHat': {
$ipv6 = false
$ipv6 = true
$cache_backend = 'redis_sentinel'
$django_cache_backend = 'redis'
$tooz_backend = 'redis_sentinel'