X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d0661470ef7a5a433d4c56a576a7d0eecf9ad9af..afec388815f9165661542a169ad3c19ee3d69b38:/cookbooks/tile/attributes/default.rb diff --git a/cookbooks/tile/attributes/default.rb b/cookbooks/tile/attributes/default.rb index a9636c134..2336205d9 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.0" + +default[:tile][:replication][:url] = "https://planet.osm.org/replication/minute/" + default[:tile][:data] = {} default[:tile][:styles] = {}