mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	puppet: Make restart-server cron use standard day-of-week.
Using 7 makes this fail when run under the Sentry cron wrapper.
(cherry picked from commit 9497f23307)
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							aeec61476c
						
					
				
				
					commit
					e827b2acf8
				
			| @@ -69,7 +69,7 @@ class zulip::profile::app_frontend { | |||||||
|   zulip::cron { 'restart-zulip': |   zulip::cron { 'restart-zulip': | ||||||
|     hour    => '6', |     hour    => '6', | ||||||
|     minute  => '0', |     minute  => '0', | ||||||
|     dow     => '7', |     dow     => '0', | ||||||
|     command => '/home/zulip/deployments/current/scripts/restart-server --fill-cache', |     command => '/home/zulip/deployments/current/scripts/restart-server --fill-cache', | ||||||
|   } |   } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user