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

Unified Diff: modules/adblockplus/manifests/web/mimeo.pp

Issue 29595630: #4831 - Make mimeo data log rotate daily (Closed)
Patch Set: Created Nov. 2, 2017, 8:06 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/adblockplus/manifests/web/mimeo.pp
===================================================================
--- a/modules/adblockplus/manifests/web/mimeo.pp
+++ b/modules/adblockplus/manifests/web/mimeo.pp
@@ -88,7 +88,7 @@
$default_content = $rotation['source'] ? {
undef => join([
'/var/adblockplus/mimeo/data {',
- ' weekly',
+ ' daily',
' rotate 30',
' compress',
' missingok',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld