X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9b13010a7baff071a202ffa523e112e390b463dc..fa4aca5b7b60aea4d68027f18b90b020656e2b29:/cookbooks/tile/attributes/default.rb diff --git a/cookbooks/tile/attributes/default.rb b/cookbooks/tile/attributes/default.rb index 314d5a61c..a44aa1455 100644 --- a/cookbooks/tile/attributes/default.rb +++ b/cookbooks/tile/attributes/default.rb @@ -6,9 +6,16 @@ default[:tile][:database][:hstore] = true default[:tile][:database][:style_file] = nil default[:tile][:database][:tag_transform_script] = nil +default[:tile][:mapnik] = "3.1" + +default[:tile][:replication][:url] = "https://planet.openstreetmap.org/replication/minute/" + default[:tile][:data] = {} default[:tile][:styles] = {} -default[:postgresql][:versions] |= ["12"] +default[:tile][:ratelimit][:requests_per_second] = 15 +default[:tile][:ratelimit][:maximum_backlog] = 1800 + +default[:postgresql][:versions] |= [node[:tile][:database][:cluster].split("/").first] default[:accounts][:users][:tile][:status] = :role