Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/trac/manifests/init.pp

Issue 29670603: #3989 - Make trac restart work consistently (Closed) Base URL: https://hg1/infrastructure
Patch Set: Created Jan. 16, 2018, 1:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/manifests/init.pp
===================================================================
--- a/modules/trac/manifests/init.pp
+++ b/modules/trac/manifests/init.pp
@@ -289,7 +289,7 @@
# Daily restart required for log rotation of all instances at once
cron {'restart-trac-daily':
- command => 'service spawn-fcgi restart >/tmp/spawn-fcgi-restart.log',
+ command => '/usr/sbin/service spawn-fcgi restart >/tmp/spawn-fcgi-restart.log',
environment => hiera('cron::environment', []),
hour => '1',
minute => '0',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld