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

Unified Diff: modules/adblockplus/templates/telemetry/logrotate.erb

Issue 29329669: Issue 3261 - Introduce module adblockplus::telemetry (Closed)
Patch Set: Issue 3261 - Rename /submit/{filter-hit-statistics => adblockplus} Created Nov. 13, 2015, 9:29 a.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 | « modules/adblockplus/templates/telemetry/endpoint.conf.erb ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/templates/telemetry/logrotate.erb
diff --git a/modules/adblockplus/templates/telemetry/logrotate.erb b/modules/adblockplus/templates/telemetry/logrotate.erb
new file mode 100644
index 0000000000000000000000000000000000000000..cd18c17b9f45626cc95f5f0ba60c9d57ff30e038
--- /dev/null
+++ b/modules/adblockplus/templates/telemetry/logrotate.erb
@@ -0,0 +1,9 @@
+# Puppet: Adblockplus::Telemetry::Endpoint['<%= @title %>']
+<%= @logfile %> {
+ daily
+ rotate 30
+ compress
+ missingok
+ nodateext
+}
+
« no previous file with comments | « modules/adblockplus/templates/telemetry/endpoint.conf.erb ('k') | modules/private-stub/hiera/hosts.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld