]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "forum: use temporary theme location to workaround chef openssl bug"
authorTom Hughes <tom@compton.nu>
Tue, 18 Aug 2020 20:22:37 +0000 (21:22 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 18 Aug 2020 20:23:57 +0000 (21:23 +0100)
This reverts commit cf3464af0874c58fd022fd7c8724f920a0b3c62c.

cookbooks/forum/recipes/default.rb

index 798c778d17581be933bf934150116315234ff993..826310f737ef2ea820e154685b94d5a14c78257b 100644 (file)
@@ -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"