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

Delta Between Two Patch Sets: modules/fail2ban/templates/filter.erb

Issue 29364214: Issue 2487 - Introduce fail2ban module (Closed)
Left Patch Set: Created Nov. 24, 2016, 3:09 p.m.
Right Patch Set: For comment 22 and 23 Created Dec. 2, 2016, 2:22 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « modules/fail2ban/manifests/init.pp ('k') | modules/fail2ban/templates/jail.erb » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [Definition] 1 [Definition]
2 2 failregex = <% @regexes.each do |regex| -%>
3 failregex = <% @failregex.each do |regex| -%>
4 <%= regex %> 3 <%= regex %>
5 <% end -%> 4 <% end -%>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld