Skip to content

Commit

Permalink
Merge pull request #58 from redBorder/development
Browse files Browse the repository at this point in the history
Release 3.2.0
  • Loading branch information
manegron authored Oct 24, 2024
2 parents d057cbe + baf2cbe commit bf0ea34
Show file tree
Hide file tree
Showing 3 changed files with 7 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-proxy CHANGELOG
===============

## 3.2.0

- Miguel Negrón
- [7596b1e] Merge pull request #57 from redBorder/bugfix/#18169_rename_pmacctd_to_sfacctd_service

## 3.1.0

- manegron
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 proxy'
version '3.1.0'
version '3.2.0'

depends 'rb-common'
depends 'rb-selinux'
Expand Down
1 change: 1 addition & 0 deletions resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
pmacct_config 'Configure pmacct' do
sensors node.run_state['sensors_info']['flow-sensor']
if proxy_services['pmacct']
sfacctd_ip node['ipaddress']
action [:add]
else
action [:remove]
Expand Down

0 comments on commit bf0ea34

Please sign in to comment.