]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "community: Disable maxmind download for now"
authorGrant Slater <github@firefishy.com>
Sat, 21 Dec 2024 01:30:08 +0000 (01:30 +0000)
committerGrant Slater <github@firefishy.com>
Sat, 21 Dec 2024 01:30:08 +0000 (01:30 +0000)
This reverts commit 44166d054d076ce26743c466ce002d7bc2e3c4dd.

cookbooks/community/templates/default/web_only.yml.erb

index 5beef48028613719c639700ff74c01e7af6fe50e..9d4b307fa28134216e9dd4ab46ab21a13547c81a 100644 (file)
@@ -19,7 +19,7 @@ links:
 # any extra arguments for Docker?
 # docker_args:
 
-# Latest Version v3.3.3
+# Latest Version v3.3.2
 # 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