]> git.openstreetmap.org Git - chef.git/commitdiff
community: remove workaround, fixed upstream
authorGrant Slater <github@firefishy.com>
Thu, 16 May 2024 02:39:47 +0000 (03:39 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 16 May 2024 02:39:47 +0000 (03:39 +0100)
cookbooks/community/templates/default/web_only.yml.erb

index 551be580045735e5a42d35d34b98a98490f9023f..2764f03b7d139aa77c1bc23ab1523b8781acc146 100644 (file)
@@ -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"