From 1fdcbdc3d4f9fa8b6f371053d36c10a21e27005d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 13 Nov 2024 07:58:39 +0000 Subject: [PATCH] Revert "workaround temporary statuscake IP list failure" This reverts commit 41c52dd81080eb0a88e786966bed3fa6bac9cca5. --- cookbooks/tile/recipes/default.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 9b9f38930..ddc7e490e 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -60,10 +60,7 @@ 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" - # 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" + source "https://app.statuscake.com/Workfloor/Locations.php?format=json" compile_time true ignore_failure true end -- 2.39.5