Skip to content

Commit

Permalink
Fix spec for sentinel (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
petems committed Dec 7, 2017
1 parent f2b1e50 commit 50c62e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/classes/redis_sentinel_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
sentinel parallel-syncs mymaster 1
sentinel failover-timeout mymaster 180000
loglevel notice
logfile /var/log/redis/redis.log
EOF

Expand All @@ -29,6 +30,7 @@
sentinel notification-script cow bar.sh
sentinel client-reconfig-script cow foo.sh
loglevel notice
logfile /tmp/barn-sentinel.log
EOF

Expand Down

0 comments on commit 50c62e7

Please sign in to comment.