From: Tom Hughes Date: Sun, 29 Jan 2023 00:34:21 +0000 (+0000) Subject: Merge remote-tracking branch 'github/pull/567' X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2325418cfc4f99a44385cec3a62750e393dc48fc?hp=7866579aa063b5a4cf2dc10c06718e70ae3c24d5 Merge remote-tracking branch 'github/pull/567' --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 9f82536e6..979c012d5 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -450,7 +450,7 @@ postgresql_extension "hstore" do only_if { node[:tile][:database][:hstore] } end -%w[geography_columns planet_osm_nodes planet_osm_rels planet_osm_ways raster_columns raster_overviews spatial_ref_sys].each do |table| +%w[geography_columns planet_osm_nodes planet_osm_rels planet_osm_ways raster_columns raster_overviews].each do |table| postgresql_table table do cluster node[:tile][:database][:cluster] database "gis" @@ -459,7 +459,7 @@ end end end -%w[geometry_columns planet_osm_line planet_osm_point planet_osm_polygon planet_osm_roads].each do |table| +%w[geometry_columns planet_osm_line planet_osm_point planet_osm_polygon planet_osm_roads spatial_ref_sys].each do |table| postgresql_table table do cluster node[:tile][:database][:cluster] database "gis"