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