X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f359cdb796e2c9cdba95ce7927f52fe9a5705a64..681d1f66c97e97038a34e38f54ad4d78f154ac9a:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 8f792a378..837d478a6 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -310,7 +310,8 @@ end "planet_osm_line", "planet_osm_point", "planet_osm_polygon", - "planet_osm_roads" ].each do |table| + "planet_osm_roads", + "planet_osm_nodes" ].each do |table| postgresql_table table do cluster node[:tile][:database][:cluster] database "gis"