X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6e9c52692515a8fe95d3ec61f6e99375cf427361..0c4c2dfa07939b515d41f8128c0b937ec6823cd1:/cookbooks/vectortile/recipes/default.rb diff --git a/cookbooks/vectortile/recipes/default.rb b/cookbooks/vectortile/recipes/default.rb index 7abc2c5cc..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.6.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