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: Created April 1, 2016, 9:12 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
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>
+

Powered by Google App Engine
This is Rietveld