From 73079362530839369daeaee952a05eb28e9aedff Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 8 Oct 2020 19:52:13 +0200 Subject: [PATCH] fix broken unit tests chronological order: * https://github.com/voxpupuli/puppet-redis/pull/272 was opened * https://github.com/voxpupuli/puppet-redis/pull/365 was opened * #365 was merged * #272 was merged without a rebase * tests are broken --- spec/classes/redis_sentinel_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/classes/redis_sentinel_spec.rb b/spec/classes/redis_sentinel_spec.rb index 21935ecc..acdc0b01 100644 --- a/spec/classes/redis_sentinel_spec.rb +++ b/spec/classes/redis_sentinel_spec.rb @@ -136,6 +136,7 @@ dir /tmp/redis daemonize #{facts[:osfamily] == 'RedHat' ? 'no' : 'yes'} pidfile #{pidfile} +protected-mode yes sentinel monitor cow 127.0.0.1 6379 2 sentinel down-after-milliseconds cow 6000