From 6849641a01a5d2678b6381d72441a3c36c47da63 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 18 Aug 2020 21:22:37 +0100 Subject: [PATCH] Revert "forum: use temporary theme location to workaround chef openssl bug" This reverts commit cf3464af0874c58fd022fd7c8724f920a0b3c62c. --- cookbooks/forum/recipes/default.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index 798c778d1..826310f73 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -65,8 +65,7 @@ end remote_file "#{cache_dir}/air3_v0.8.zip" do action :create_if_missing - source "https://grant.dev.openstreetmap.org/forum/air3_v0.8.zip" # Workaround OpenSSL chain of trust bug in chef https://fluxbb.org/resources/styles/air3/releases/0.8/air3_v0.8.zip - checksum "df547e3ac9596c1e6d9eedcb108559f84a28669763e24114ca6cdcbf118caf6c" + source "https://fluxbb.org/resources/styles/air3/releases/0.8/air3_v0.8.zip" owner "root" group "root" mode "644" -- 2.43.2