Skip to content

Commit

Permalink
Merge pull request #147 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.9.2
  • Loading branch information
manegron authored Jun 7, 2024
2 parents 45f31ff + 8793430 commit 8c03da6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-rb-manager CHANGELOG
===============

## 1.9.2

- Miguel Negrón
- [65696ef] configure not removing geoip. Geoip wont be in the list because is no longer a service

## 1.9.1

- David Vanhoucke
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures redborder manager'
version '1.9.1'
version '1.9.2'

depends 'rb-common'
depends 'chef-server'
Expand Down
2 changes: 1 addition & 1 deletion resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
end

geoip_config "Configure GeoIP" do
action (manager_services["geoip"] ? :add : :remove)
action :add
end

snmp_config "Configure snmp" do
Expand Down

0 comments on commit 8c03da6

Please sign in to comment.