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

Side by Side Diff: hiera/roles/filterserver.yaml

Issue 29527816: #2762 - Fix provisioning of geoip to filter servers (Closed)
Patch Set: For comment 5 Created Aug. 30, 2017, 3:20 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 | modules/adblockplus/manifests/legacy/filterserver.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 classes: 1 classes:
2 filterserver: 2 adblockplus::legacy::filterserver:
3 is_default: true
4 notificationserver: 3 notificationserver:
5 is_default: false 4 is_default: false
6 5
6 filterserver::is_default: true
7
7 # http://hub.eyeo.com/issues/1981 8 # http://hub.eyeo.com/issues/1981
8 nginx::worker_connections: 4000 9 nginx::worker_connections: 4000
9 nginx::ssl_session_cache: off 10 nginx::ssl_session_cache: off
10 11
11 # http://hub.eyeo.com/issues/1990 12 # http://hub.eyeo.com/issues/1990
12 nginx::modules: 13 nginx::modules:
13 geoip: 14 geoip:
14 name: "ngx_http_geoip_module.so" 15 name: "ngx_http_geoip_module.so"
15 16
OLDNEW
« no previous file with comments | « no previous file | modules/adblockplus/manifests/legacy/filterserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld