Skip to content

Commit 019cdee

Browse files
authored
Merge pull request #134 from redBorder/development
Release 8.5.1
2 parents 06fad5b + a9392aa commit 019cdee

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
cookbook-logstash CHANGELOG
22
===============
33

4+
## 8.5.1
5+
6+
- Luis Blanco
7+
- [e8fe5b0] adding logstash to group virusgroup (#133)
8+
49
## 8.5.0
510

611
- Pablo Pérez

resources/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
maintainer_email '[email protected]'
44
license 'AGPL-3.0'
55
description 'Installs/Configures cookbook-logstash'
6-
version '8.5.0'
6+
version '8.5.1'

resources/providers/config.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262
not_if "getent passwd #{user}"
6363
end
6464

65+
group 'virusgroup' do
66+
append true
67+
members ['logstash']
68+
action :manage
69+
only_if 'getent group virusgroup'
70+
end
71+
6572
begin
6673
logstash_hash_item = data_bag_item('passwords', 'vault')
6774
rescue

0 commit comments

Comments
 (0)