projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc0e26
)
Install mapnik-utils for shapeindex
author
Tom Hughes
<tom@compton.nu>
Wed, 29 Apr 2015 09:28:46 +0000
(10:28 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 29 Apr 2015 09:28:46 +0000
(10:28 +0100)
cookbooks/tile/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/tile/recipes/default.rb
b/cookbooks/tile/recipes/default.rb
index 024075ef030208841637eb93984fa0131e793393..85af49c46e8ad01524b57f5bee41e559d1d0a2c3 100644
(file)
--- a/
cookbooks/tile/recipes/default.rb
+++ b/
cookbooks/tile/recipes/default.rb
@@
-145,6
+145,8
@@
directory "/srv/tile.openstreetmap.org/data" do
mode 0755
end
+package "mapnik-utils"
+
node[:tile][:data].each_value do |data|
url = data[:url]
file = "/srv/tile.openstreetmap.org/data/#{File.basename(url)}"