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

Side by Side Diff: modules/private-stub/hiera/hosts/web2.yaml

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

Powered by Google App Engine
This is Rietveld