]> git.openstreetmap.org Git - chef.git/commitdiff
Tile: tile-expiry (www-data) needs access to planet_osm_nodes table
authorGrant Slater <git@firefishy.com>
Wed, 24 Jul 2013 16:19:18 +0000 (17:19 +0100)
committerGrant Slater <git@firefishy.com>
Wed, 24 Jul 2013 16:19:18 +0000 (17:19 +0100)
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"