CentOS: Fix IP version in scenario002

We unintentionally switched the IP version used in this scenario from
v6 to v4. Fix it to use the consistent version across the scenarios.

Change-Id: I37fd407852a600e3e80cfecc3ac6ad5fb6d77d66
This commit is contained in:
Takashi Kajinami 2025-03-07 13:44:27 +09:00
parent fe84a7a79c
commit f5ff5d0fde

View File

@ -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'