Skip to content

Commit

Permalink
Merge pull request #48 from redBorder/bugfix/#18863_license_in_settings
Browse files Browse the repository at this point in the history
Add geoip_key
  • Loading branch information
manegron authored Oct 19, 2024
2 parents dc4e18f + 83a92ef commit 639edd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@
end

geoip_config 'Configure GeoIP' do
user_id node['redborder']['geoip_user']
license_key node['redborder']['geoip_key']
action :add
end

Expand Down

0 comments on commit 639edd5

Please sign in to comment.