From 4c95c25854080585d21d449fe32ead555d107536 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 16 May 2024 03:39:47 +0100 Subject: [PATCH] community: remove workaround, fixed upstream --- cookbooks/community/templates/default/web_only.yml.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 551be5800..2764f03b7 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -114,11 +114,6 @@ hooks: cd: $home cmd: - sudo -H -E -u discourse cp /shared/feeds/update-feeds.atom public/update-feeds.atom - - exec: - # FIXME: Workaround until https://github.com/discourse/discourse/pull/27040 merged - cd: $home - cmd: - - "sudo -H -E -u discourse sed -i 's/follow_redirect: false,/follow_redirect: true,/' lib/discourse_ip_info.rb" after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf" -- 2.45.2