X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d0661470ef7a5a433d4c56a576a7d0eecf9ad9af..2535647076facb74f91433a16a74dc9efeee801e:/cookbooks/tile/attributes/default.rb diff --git a/cookbooks/tile/attributes/default.rb b/cookbooks/tile/attributes/default.rb index a9636c134..ef3efc3da 100644 --- a/cookbooks/tile/attributes/default.rb +++ b/cookbooks/tile/attributes/default.rb @@ -6,6 +6,10 @@ 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] = {}