From b75d44c7a5d86fdeb2905ff9a6d8fc0ef291c5ca Mon Sep 17 00:00:00 2001 From: Chenjerai Katanda Date: Tue, 21 Nov 2017 07:00:52 +0000 Subject: Add redis_sentinel_role --- doc/administration/high_availability/redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md index a8273e922d7..6a891629457 100644 --- a/doc/administration/high_availability/redis.md +++ b/doc/administration/high_availability/redis.md @@ -397,7 +397,7 @@ multiple machines with the Sentinel daemon. be duplicate below): ```ruby - redis_sentinel_role['enable'] = true + roles ['redis_sentinel_role'] # Must be the same in every sentinel node redis['master_name'] = 'gitlab-redis' -- cgit v1.2.1