 Issue 29326153:
  Issue 3011 - Integrate GeoIP with Nginx configuration  (Closed)
    
  
    Issue 29326153:
  Issue 3011 - Integrate GeoIP with Nginx configuration  (Closed) 
  | 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' |