X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b4dee5010807e90cf177bfbd3e3bbbf51cf33fbe..9584cda7a747710c42f2d4b2bd876c4014f1ad6f:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index ddc7e490e..9b9f38930 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -60,7 +60,10 @@ end fastlyips = JSON.parse(IO.read("#{Chef::Config[:file_cache_path]}/fastly-ip-list.json")) remote_file "#{Chef::Config[:file_cache_path]}/statuscake-locations.json" do - source "https://app.statuscake.com/Workfloor/Locations.php?format=json" + # source "https://app.statuscake.com/Workfloor/Locations.php?format=json" + # FIXME: StatusCake IP lookup. Use manual backup source for now. 13 Nov 2024 + # https://www.statuscake.com/kb/knowledge-base/what-are-your-ips/ + source "https://grant.dev.openstreetmap.org/statuscake-locations-patch.json" compile_time true ignore_failure true end