diff --git a/puppet/zulip/manifests/profile/app_frontend.pp b/puppet/zulip/manifests/profile/app_frontend.pp index c8c424e199..a549dbdfb4 100644 --- a/puppet/zulip/manifests/profile/app_frontend.pp +++ b/puppet/zulip/manifests/profile/app_frontend.pp @@ -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', } }