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

Side by Side Diff: modules/adblockplus/templates/log/fluentd/tracker.conf.erb

Issue 29339248: Issue 3305 - Introduce adblockplus::log::tracker and ::forwarder (Closed)
Patch Set: Created April 1, 2016, 9:12 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Puppet: Adblockplus::Log::Tracker['<%= @title %>']
2 <source>
3 @type tail
4 @label <%= scope.lookupvar('adblockplus::log::name') %>
5 format <%= @format %>
6 path <%= @path %>
7 pos_file <%= scope.lookupvar('adblockplus::log::index') %>
8 tag <%= @name %>
9 </source>
10
OLDNEW

Powered by Google App Engine
This is Rietveld