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: split the absent package into a legacy class Created Aug. 11, 2017, 12:37 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
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:
mathias 2017/08/14 08:04:33 Since class filterserver depends on class geoip it
7 adblockplus::legacy::filterserver:
mathias 2017/08/14 08:04:33 This class should in turn include class filterserv
6 8
7 # http://hub.eyeo.com/issues/1981 9 # http://hub.eyeo.com/issues/1981
8 nginx::worker_connections: 4000 10 nginx::worker_connections: 4000
9 nginx::ssl_session_cache: off 11 nginx::ssl_session_cache: off
10 12
11 # http://hub.eyeo.com/issues/1990 13 # http://hub.eyeo.com/issues/1990
12 nginx::modules: 14 nginx::modules:
13 geoip: 15 geoip:
14 name: "ngx_http_geoip_module.so" 16 name: "ngx_http_geoip_module.so"
15 17
OLDNEW

Powered by Google App Engine
This is Rietveld