Skip to content

Commit

Permalink
Merge pull request #51 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
manegron authored Oct 19, 2024
2 parents 1f663a8 + 184bcd8 commit 161e108
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-rb-ips CHANGELOG
===============

## 1.2.0

- Miguel Negrón
- [639edd5] Merge pull request #48 from redBorder/bugfix/#18863_license_in_settings

## 1.1.0

- Miguel Negron
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures redborder ips'
version '1.1.0'
version '1.2.0'

depends 'rb-common'
depends 'geoip'
Expand Down
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 161e108

Please sign in to comment.