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

Unified Diff: manifests/webserver.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 | « 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: manifests/webserver.pp
diff --git a/manifests/webserver.pp b/manifests/webserver.pp
index 5b17be059b8c206790d653767abe9b43077e55bc..bafc441854421a9176d19ff711be1ee6b95e1216 100644
--- a/manifests/webserver.pp
+++ b/manifests/webserver.pp
@@ -10,6 +10,7 @@ node 'web2' {
custom_config => template('web/adblockplus.org.conf.erb'),
repository => 'web.adblockplus.org',
multiplexer_locations => ['/getSubscription'],
+ geoip => true,
}
$sitescripts_var_dir = '/var/lib/sitescripts'
« 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