We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06fad5b + a9392aa commit 019cdeeCopy full SHA for 019cdee
CHANGELOG.md
@@ -1,6 +1,11 @@
1
cookbook-logstash CHANGELOG
2
===============
3
4
+## 8.5.1
5
+
6
+ - Luis Blanco
7
+ - [e8fe5b0] adding logstash to group virusgroup (#133)
8
9
## 8.5.0
10
11
- Pablo Pérez
resources/metadata.rb
@@ -3,4 +3,4 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures cookbook-logstash'
-version '8.5.0'
+version '8.5.1'
resources/providers/config.rb
@@ -62,6 +62,13 @@
62
not_if "getent passwd #{user}"
63
end
64
65
+ group 'virusgroup' do
66
+ append true
67
+ members ['logstash']
68
+ action :manage
69
+ only_if 'getent group virusgroup'
70
+ end
71
72
begin
73
logstash_hash_item = data_bag_item('passwords', 'vault')
74
rescue
0 commit comments