X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9b13010a7baff071a202ffa523e112e390b463dc..10d2c8a50a01aecc5fab09b276a96527c368dde8:/cookbooks/tile/attributes/default.rb diff --git a/cookbooks/tile/attributes/default.rb b/cookbooks/tile/attributes/default.rb index 314d5a61c..ef3efc3da 100644 --- a/cookbooks/tile/attributes/default.rb +++ b/cookbooks/tile/attributes/default.rb @@ -6,9 +6,13 @@ 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[:postgresql][:versions] |= [node[:tile][:database][:cluster].split("/").first] default[:accounts][:users][:tile][:status] = :role