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

Unified Diff: hiera/roles/filterserver.yaml

Issue 29481620: #1990 - Introduce nginx::module type (Closed)
Patch Set: Created July 6, 2017, 11:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/nginx/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/filterserver.yaml
diff --git a/hiera/roles/filterserver.yaml b/hiera/roles/filterserver.yaml
index 568d866d5bd8308c4ed9b75479cb5dd21ff0ccab..311b997f6b354262720a80d55d4dcfcc6cba9ae2 100644
--- a/hiera/roles/filterserver.yaml
+++ b/hiera/roles/filterserver.yaml
@@ -8,3 +8,8 @@ classes:
nginx::worker_connections: 4000
nginx::ssl_session_cache: off
+# http://hub.eyeo.com/issues/1990
+nginx::modules:
+ geoip:
+ name: "ngx_http_geoip_module.so"
+
« 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