Skip to content

Commit 87b5b06

Browse files
committed
redis/monit: adjust matching string
1 parent 3ca4a00 commit 87b5b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/redis/external/monit.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
monit::check::service { "redis-server-${name}":
5656
group => 'redis',
5757
# We use matching since pid behaviour is erratic
58-
matching => "\"/usr/bin/redis-server ${_real_bind}:${instance['port']}\"",
58+
matching => "/usr/bin/redis-server ${_real_bind}:${instance['port']}",
5959
binary => '/usr/bin/redis-server',
6060
systemd_file => "/etc/systemd/system/redis-server-${name}.service",
6161
tests => [ $connection_test, ],

0 commit comments

Comments
 (0)