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

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

Issue 29481620: #1990 - Introduce nginx::module type (Closed)
Patch Set: Created July 6, 2017, 11:08 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/nginx/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 6
7 # http://hub.eyeo.com/issues/1981 7 # http://hub.eyeo.com/issues/1981
8 nginx::worker_connections: 4000 8 nginx::worker_connections: 4000
9 nginx::ssl_session_cache: off 9 nginx::ssl_session_cache: off
10 10
11 # http://hub.eyeo.com/issues/1990
12 nginx::modules:
13 geoip:
14 name: "ngx_http_geoip_module.so"
15
OLDNEW
« no previous file with comments | « no previous file | modules/nginx/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld