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

Delta Between Two Patch Sets: modules/private-stub/hiera/hosts/web2.yaml

Issue 29370944: NoIssue - Write fail2ban configuration for CVE-2013-0235 on web2 (Closed)
Left Patch Set: Remove unrelated change from codereview Created Jan. 11, 2017, 4:41 p.m.
Right Patch Set: For comments 9 to 11 Created Jan. 12, 2017, 3:40 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 | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 classes: 1 classes:
2 fail2ban: 2 fail2ban:
3 package: 3 package:
4 ensure: present 4 ensure: present
5 jails: 5 jails:
6 CVE20130235: 6 CVE20130235:
7 filter: CVE20130235 7 filter: CVE20130235
8 logpath: '/var/log/nginx/access_log_hg' 8 logpath: '/var/log/nginx/access.log'
f.nicolaisen 2017/01/12 14:28:14 vagrant@web2:~$ less /var/log/nginx/access_log_hg
9 banaction: 'iptables-multiport' 9 banaction: 'iptables-multiport'
10 port: 'http,https' 10 port: 'http,https'
11 filters: 11 filters:
12 CVE20130235: 12 CVE20130235:
13 regexes: 13 regexes:
14 - '^<HOST>.*\"WordPress\/.*' 14 - '^<HOST>.*\"WordPress\/.*'
15 15
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld