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

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

Issue 29511584: #2762 - Fix provisioning of geoip to filter servers (Closed) Base URL: https://hg1/infrastructure
Patch Set: Created Aug. 10, 2017, 9:57 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 | « no previous file | modules/geoip/manifests/init.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 filterserver:
3 is_default: true 3 is_default: true
4 notificationserver: 4 notificationserver:
5 is_default: false 5 is_default: false
6 geoip:
6 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/geoip/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld