X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4d9d0c8643d9b0c64743f506d5bc92d95cbc672d..4b9d80c0887c9792ebfbbb1c3bed79dc19173b18:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index ddc7e490e..13b897363 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -668,7 +668,19 @@ tile_directories.each do |directory| end end -package "ruby-webrick" +package %w[ + ruby-pg + ruby-webrick +] + +prometheus_exporter "osm2pgsql" do + port 10027 + user "tile" + restrict_address_families "AF_UNIX" + options [ + "--database-name=gis" + ] +end prometheus_exporter "modtile" do port 9494