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: Issue 3305 - Fix typos in documentation Created April 7, 2016, 7:29 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
« no previous file with comments | « modules/adblockplus/templates/log/fluentd/master.conf.erb ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « modules/adblockplus/templates/log/fluentd/master.conf.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld