Skip to content

Commit

Permalink
Merge pull request #249 from redBorder/development
Browse files Browse the repository at this point in the history
Release 4.4.6
  • Loading branch information
jsotofernandez authored Nov 12, 2024
2 parents 4723b2f + 4127d34 commit 8745096
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
===============

## 4.4.6

- Miguel Álvarez
- [7930ce6] Make same check for logstatter and logstash to configure

## 4.4.5

- Daniel Castro
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 manager'
version '4.4.5'
version '4.4.6'

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 @@ -500,7 +500,7 @@
end

rblogstatter_config 'Configure redborder-logstatter' do
if manager_services['rb-logstatter']
if manager_services['rb-logstatter'] && manager_services['logstash'] && node.run_state['pipelines'] && !node.run_state['pipelines'].empty?
action :add
else
action :remove
Expand Down

0 comments on commit 8745096

Please sign in to comment.