]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/templates/default/web_only.yml.erb
otrs: update backup script
[chef.git] / cookbooks / community / templates / default / web_only.yml.erb
index 7f285b2c4cc90fe6b15cf863d42138f9a6981bd7..551be580045735e5a42d35d34b98a98490f9023f 100644 (file)
@@ -19,7 +19,7 @@ links:
 # any extra arguments for Docker?
 # docker_args:
 
-# Latest Version v3.0.6
+# Latest Version v3.2.2
 params:
   version: stable
 
@@ -65,6 +65,7 @@ env:
   ## The maxmind geolocation IP address key for IP address lookup
   ## see https://meta.discourse.org/t/-/137387/23 for details
 <% if @license_keys -%>
+  DISCOURSE_MAXMIND_ACCOUNT_ID: '<%= node[:geoipupdate][:account] %>'
   DISCOURSE_MAXMIND_LICENSE_KEY: '<%= @license_keys[node[:geoipupdate][:account]] %>'
 <% end -%>
 
@@ -113,6 +114,11 @@ 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"