| 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; |
| +} |
| + |