puppet: Skip client reloads during weekly restarts.

Weekly restarts do not deploy any new client code, so there is no
reason to push clients to reload.

(cherry picked from commit 72ea340f80)
This commit is contained in:
Alex Vandiver
2025-08-19 13:50:39 +00:00
committed by Tim Abbott
parent 6dd8e003da
commit 9cc6cc5523

View File

@@ -70,6 +70,6 @@ class zulip::profile::app_frontend {
hour => '6',
minute => '0',
dow => '0',
command => '/home/zulip/deployments/current/scripts/restart-server --fill-cache',
command => '/home/zulip/deployments/current/scripts/restart-server --fill-cache --skip-client-reloads',
}
}