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

Unified Diff: modules/adblockplus/templates/log/rotation.erb

Issue 29338680: Issue 3825 - Replace Logstash setup with Fluentd (Closed)
Patch Set: Created March 18, 2016, 6:12 p.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/rotation.erb
diff --git a/modules/adblockplus/templates/log/rotation.erb b/modules/adblockplus/templates/log/rotation.erb
index bcf443d3f93b049cca860de3985aa02bb6331ea4..6962babd9786e1fb5f1e2a203c56620bca496a0e 100644
--- a/modules/adblockplus/templates/log/rotation.erb
+++ b/modules/adblockplus/templates/log/rotation.erb
@@ -12,13 +12,4 @@
<%= @postrotate.join("\n ") rescue @postrotate %>
endscript
<% end -%>
-<% if @upload -%>
- lastaction
- <%= scope.function_shellquote([
- "ssh", "-i", "/etc/ssh/ssh_host_rsa_key",
- scope.function_hiera("adblockplus::log::uplink", "localhost"),
- @name,
- ]) %> < <%= @path %>.1.gz
- endscript
-<% end -%>
}
« 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