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

Unified 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.
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
« no previous file with comments | « modules/adblockplus/templates/log/fluentd/master.conf.erb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/templates/log/fluentd/tracker.conf.erb
diff --git a/modules/adblockplus/templates/log/fluentd/tracker.conf.erb b/modules/adblockplus/templates/log/fluentd/tracker.conf.erb
new file mode 100644
index 0000000000000000000000000000000000000000..da94044fb86bba0e042219bb5b116e229fc673c0
--- /dev/null
+++ b/modules/adblockplus/templates/log/fluentd/tracker.conf.erb
@@ -0,0 +1,10 @@
+# Puppet: Adblockplus::Log::Tracker['<%= @title %>']
+<source>
+ @type tail
+ @label <%= scope.lookupvar('adblockplus::log::name') %>
+ format <%= @format %>
+ path <%= @path %>
+ pos_file <%= scope.lookupvar('adblockplus::log::index') %>
+ tag <%= @name %>
+</source>
+
« 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