]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/vectortile/recipes/default.rb
Switch tilekiln version to attributes
[chef.git] / cookbooks / vectortile / recipes / default.rb
index a8a78044c18fa72e3375f3a0bb4c35b8aac04012..898a3367da404e1c2cf7b9e47e499b996ae072f6 100644 (file)
@@ -100,7 +100,7 @@ end
 python_package "tilekiln" do
   python_virtualenv tilekiln_directory
   python_version "3"
-  version "0.6.5"
+  version node[:vectortile][:tilekiln][:version]
 end
 
 template "/srv/vector.openstreetmap.org/html/index.html" do