]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/vectortile/attributes/default.rb
Add support for using fullstaq ruby
[chef.git] / cookbooks / vectortile / attributes / default.rb
index b5e0933a61ac9301da6c66b35de97587799ea2d0..912b7ee2518fee2e9666fd37dc3555ad50e233af 100644 (file)
@@ -8,6 +8,8 @@ default[:vectortile][:replication][:status] = :enabled
 default[:vectortile][:replication][:tileupdate] = :enabled
 default[:vectortile][:replication][:threads] = node.cpu_cores
 
+default[:vectortile][:tilekiln][:version] = "0.6.5"
+
 default[:postgresql][:versions] |= [node[:vectortile][:database][:cluster].split("/").first]
 default[:postgresql][:monitor_database] = "tiles"
 # As an absolute worst case, the server might have the serving, update, and a manual generation process going on.