X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b29e519bc13e0f213e29a33450d16cb54167173d..b85c44bf6bfb745c10929ed107a2eb9f0688a145:/cookbooks/vectortile/attributes/default.rb diff --git a/cookbooks/vectortile/attributes/default.rb b/cookbooks/vectortile/attributes/default.rb index b5e0933a6..912b7ee25 100644 --- a/cookbooks/vectortile/attributes/default.rb +++ b/cookbooks/vectortile/attributes/default.rb @@ -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.