X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0d8d48c4cfef9d322acd5ca0a763a05717c47e4a..0c4c2dfa07939b515d41f8128c0b937ec6823cd1:/cookbooks/vectortile/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/vectortile/recipes/default.rb b/cookbooks/vectortile/recipes/default.rb index 39c54e5dd..99211975e 100644 --- a/cookbooks/vectortile/recipes/default.rb +++ b/cookbooks/vectortile/recipes/default.rb @@ -99,7 +99,7 @@ end python_package "tilekiln" do python_virtualenv tilekiln_directory python_version "3" - version "0.5.1" + version "0.6.3" end template "/srv/vector.openstreetmap.org/html/index.html" do @@ -280,3 +280,17 @@ else action [:stop, :disable] end end + +package %w[ + ruby-pg + ruby-webrick +] + +prometheus_exporter "osm2pgsql" do + port 10027 + user "tileupdate" + restrict_address_families "AF_UNIX" + options [ + "--database-name=spirit" + ] +end