From: Tom Hughes Date: Mon, 6 Jan 2020 17:59:41 +0000 (+0000) Subject: Configure path for GeoIP2 correctly X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2b922e7ee506a1627d84e7c5de7a669ef13eccc6?hp=8066ea2079ac42ab0b3ef2239c9a3b9c0e1ea189 Configure path for GeoIP2 correctly --- diff --git a/cookbooks/web/resources/rails_port.rb b/cookbooks/web/resources/rails_port.rb index 79a969ee9..200f39514 100644 --- a/cookbooks/web/resources/rails_port.rb +++ b/cookbooks/web/resources/rails_port.rb @@ -327,7 +327,8 @@ action :create do "support_email" => "support@openstreetmap.org", "email_return_path" => "bounces@openstreetmap.org", "geonames_username" => "openstreetmap", - "geoip_database" => "/usr/share/GeoIP/GeoIPv6.dat" + "geoip_database" => "/usr/share/GeoIP/GeoIPv6.dat", + "maxmind_database" => "/usr/share/GeoIP/GeoLite2-Country.mmdb" ) if new_resource.memcache_servers