projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f359cdb
)
Tile: tile-expiry (www-data) needs access to planet_osm_nodes table
author
Grant Slater
<git@firefishy.com>
Wed, 24 Jul 2013 16:19:18 +0000
(17:19 +0100)
committer
Grant Slater
<git@firefishy.com>
Wed, 24 Jul 2013 16:19:18 +0000
(17:19 +0100)
cookbooks/tile/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tile/recipes/default.rb
b/cookbooks/tile/recipes/default.rb
index 8f792a37837328796561f509b717f2eb1c1a8197..837d478a6cfdf962cd7ac0f73f31c8cd1acaad84 100644
(file)
--- 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"