]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/recipes/default.rb
Tile: tile-expiry (www-data) needs access to planet_osm_nodes table
[chef.git] / cookbooks / tile / recipes / default.rb
index 8f792a37837328796561f509b717f2eb1c1a8197..837d478a6cfdf962cd7ac0f73f31c8cd1acaad84 100644 (file)
@@ -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"