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

Unified Diff: modules/nginx/manifests/init.pp

Issue 29326153: Issue 3011 - Integrate GeoIP with Nginx configuration (Closed)
Patch Set: Created Sept. 8, 2015, 6:19 p.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 | « manifests/webserver.pp ('k') | modules/nginx/templates/nginx.conf.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nginx/manifests/init.pp
diff --git a/modules/nginx/manifests/init.pp b/modules/nginx/manifests/init.pp
index ed5f3b9c0e4b260b7445f17dcf8ddbd4ba1484fb..76d2dbeb804d789dc26e253f3cf6299d572889f9 100644
--- a/modules/nginx/manifests/init.pp
+++ b/modules/nginx/manifests/init.pp
@@ -1,7 +1,9 @@
class nginx (
$worker_processes = $nginx::params::worker_processes,
$worker_connections = $nginx::params::worker_connections,
- $ssl_session_cache = $nginx::params::ssl_session_cache
+ $ssl_session_cache = $nginx::params::ssl_session_cache,
+ $geoip_country = undef,
+ $geoip_city = undef,
) inherits nginx::params {
apt::ppa {'ppa:nginx/stable':
« no previous file with comments | « manifests/webserver.pp ('k') | modules/nginx/templates/nginx.conf.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld