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

Side by Side Diff: modules/fail2ban/templates/jail.erb

Issue 29364214: Issue 2487 - Introduce fail2ban module (Closed)
Patch Set: Issue 2487 - Introduce fail2ban module Created Nov. 29, 2016, 10:58 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/fail2ban/templates/filter.erb ('k') | modules/private-stub/hiera/base.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <% @jail_config.each do |name, config| -%>
2 <% if !config['logpath'].empty? -%>
3 [<%= name %>]
4 filter = <%= name %>
5 <% configuration = scope.function_merge(@jail_default, config) -%>
6 <% configuration.each do |key, value| -%>
7 <%= key %> = <%= value %>
8 <% end %>
9 <% end -%>
10 <% end -%>
OLDNEW
« no previous file with comments | « modules/fail2ban/templates/filter.erb ('k') | modules/private-stub/hiera/base.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld