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

Unified Diff: modules/adblockplus/templates/telemetry/endpoint.conf.erb

Issue 29329669: Issue 3261 - Introduce module adblockplus::telemetry (Closed)
Patch Set: Created Nov. 3, 2015, 4:46 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
Index: modules/adblockplus/templates/telemetry/endpoint.conf.erb
diff --git a/modules/adblockplus/templates/telemetry/endpoint.conf.erb b/modules/adblockplus/templates/telemetry/endpoint.conf.erb
new file mode 100644
index 0000000000000000000000000000000000000000..3aaa45f173ed72e876196b97678206738ed87334
--- /dev/null
+++ b/modules/adblockplus/templates/telemetry/endpoint.conf.erb
@@ -0,0 +1,6 @@
+# Puppet: Adblockplus::Telemetry::Endpoint['<%= @title %>']
+location = <%= @location %> {
+ access_log <%= @logfile %> data;
+ echo_read_request_body;
+}
+

Powered by Google App Engine
This is Rietveld