Skip to content

Commit

Permalink
Merge pull request #45 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
JPeraltaNic authored Sep 13, 2024
2 parents 2a15362 + 546fc0d commit 1effbed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
cookbook-rb-proxy CHANGELOG
===============

## 0.5.1

- Daniel Castro
- [8645664] get rid of unnecesary attributes
- [c3c2fd3] send node info to redborder-monitor

## 0.5.0

- nilsver
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 'git@redborder.com'
license 'AGPL-3.0'
description 'Installs/Configures redborder proxy'
version '0.5.0'
version '0.5.1'

depends 'rb-common'
depends 'rb-selinux'
Expand Down
2 changes: 2 additions & 0 deletions resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@

rbmonitor_config 'Configure redborder-monitor' do
name node['hostname']
device_nodes node.run_state['sensors_info_all']['device-sensor']
flow_nodes node.run_state['sensors_info_all']['flow-sensor']
if proxy_services['redborder-monitor']
action :add
else
Expand Down

0 comments on commit 1effbed

Please sign in to comment.