From 66e478e54a6fa9737402413c8eb919ae8ec64c7a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 21 Dec 2024 01:45:51 +0000 Subject: [PATCH] Reapply "community: Disable maxmind download for now" This reverts commit 8f49268e7039e1910963f2a8dfd04184ee43cb21. --- cookbooks/community/templates/default/web_only.yml.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 9d4b307fa..5beef4802 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -19,7 +19,7 @@ links: # any extra arguments for Docker? # docker_args: -# Latest Version v3.3.2 +# Latest Version v3.3.3 # Discourse only support tests-passed and stable branches params: version: stable @@ -66,8 +66,8 @@ 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]] %>' + # DISCOURSE_MAXMIND_ACCOUNT_ID: '<%= node[:geoipupdate][:account] %>' + # DISCOURSE_MAXMIND_LICENSE_KEY: '<%= @license_keys[node[:geoipupdate][:account]] %>' <% end -%> # Allow list for prometheus metric collection -- 2.39.5