This repository was archived by the owner on Dec 27, 2022. It is now read-only.
File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG for chef-logstash
2
2
3
- ## 0.11.1
3
+ ## 0.11.2
4
4
* MINOR - default logstash version 1.4.2
5
5
* MINOR - correct status code for initv scripts
6
6
* MINOR - parameterize open file limits for upstart method
7
+ * MINOR - late night bad resource in server recipe.
7
8
8
9
## 0.11.0
9
10
* MAJOR - depreciate non runit service types.
Original file line number Diff line number Diff line change 6
6
description 'Installs/Configures logstash'
7
7
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
8
8
9
- version '0.11.1 '
9
+ version '0.11.2 '
10
10
11
11
%w( ubuntu debian redhat centos scientific amazon fedora ) . each do |os |
12
12
supports os
Original file line number Diff line number Diff line change 14
14
15
15
# services are hard! Let's go LWRP'ing. FIREBALL! FIREBALL! FIREBALL!
16
16
logstash_service name do
17
- action [ :enable , :start ]
17
+ action [ :enable ]
18
18
end
19
19
20
20
logstash_config name do
Original file line number Diff line number Diff line change 19
19
end
20
20
21
21
logstash_service name do
22
- action [ :enable , :start ]
22
+ action [ :enable ]
23
23
end
24
24
25
25
logstash_config name do
You can’t perform that action at this time.
0 commit comments