From 01c007ceaf189969dead4c19419b7e9f24b7aa9c Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Tue, 9 Nov 2021 17:08:11 -0800 Subject: [PATCH] puppet: Remove an out-of-date comment. Comment was missed in 9d57fa97597e. --- puppet/zulip/manifests/supervisor.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/puppet/zulip/manifests/supervisor.pp b/puppet/zulip/manifests/supervisor.pp index ed7b14bef9..f53e36ca98 100644 --- a/puppet/zulip/manifests/supervisor.pp +++ b/puppet/zulip/manifests/supervisor.pp @@ -98,9 +98,6 @@ class zulip::supervisor { # # Also, to handle the case that supervisord wasn't running at # all, we check if it is not running and if so, start it. - # - # We use supervisor[d] as the pattern so the bash/grep commands - # don't match. hasrestart => true, # lint:ignore:140chars restart => "bash -c 'if pgrep -x supervisord >/dev/null; then supervisorctl reread && supervisorctl update; else ${zulip::common::supervisor_start}; fi'",