From: Paul Norman Date: Thu, 14 Jul 2022 06:47:52 +0000 (-0700) Subject: Use full domain for tile server replication X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/fa4aca5b7b60aea4d68027f18b90b020656e2b29?hp=a627b8b2958a004bc980fb0724cf1962e030b3a5 Use full domain for tile server replication --- diff --git a/cookbooks/tile/attributes/default.rb b/cookbooks/tile/attributes/default.rb index ec7dc38a4..a44aa1455 100644 --- a/cookbooks/tile/attributes/default.rb +++ b/cookbooks/tile/attributes/default.rb @@ -8,7 +8,7 @@ default[:tile][:database][:tag_transform_script] = nil default[:tile][:mapnik] = "3.1" -default[:tile][:replication][:url] = "https://planet.osm.org/replication/minute/" +default[:tile][:replication][:url] = "https://planet.openstreetmap.org/replication/minute/" default[:tile][:data] = {} default[:tile][:styles] = {}