X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/dac82ac28d1638e386d45524e22ebc774b6dfdc0..2163202977affd690a0b1fedb12ae25282fb13f7:/cookbooks/taginfo/recipes/default.rb diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index a9fe8d026..ec62ae45a 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -39,6 +39,7 @@ package "g++" package "sqlite3" package "osmosis" package "curl" +package "pbzip2" ruby_version = node[:passenger][:ruby_version] @@ -140,7 +141,6 @@ node[:taginfo][:sites].each do |site| settings["sources"]["db"]["bindir"] = "#{directory}/taginfo/tagstats" settings["tagstats"]["cxxflags"] = "-I../../libosmium/include" settings["tagstats"]["geodistribution"] = "DenseMmapArray" - settings["level0"]["overpass_url_prefix"] = "http://overpass-api.de/api/interpreter?" JSON.pretty_generate(settings) end