]> git.openstreetmap.org Git - chef.git/commitdiff
tile: Grant permissions on spatial_ref_sys
authorPaul Norman <penorman@mac.com>
Sun, 29 Jan 2023 00:29:04 +0000 (16:29 -0800)
committerPaul Norman <penorman@mac.com>
Sun, 29 Jan 2023 00:29:04 +0000 (16:29 -0800)
cookbooks/tile/recipes/default.rb

index 9f82536e62cd853c8ca6b6fa344a15a4c82c4a44..979c012d536de878485727d077af7cbf3cd66c2c 100644 (file)
@@ -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"