Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 589067b

Browse files
committed
release 0.11.2
1 parent 304e328 commit 589067b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# CHANGELOG for chef-logstash
22

3-
## 0.11.1
3+
## 0.11.2
44
* MINOR - default logstash version 1.4.2
55
* MINOR - correct status code for initv scripts
66
* MINOR - parameterize open file limits for upstart method
7+
* MINOR - late night bad resource in server recipe.
78

89
## 0.11.0
910
* MAJOR - depreciate non runit service types.

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
description 'Installs/Configures logstash'
77
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
88

9-
version '0.11.1'
9+
version '0.11.2'
1010

1111
%w(ubuntu debian redhat centos scientific amazon fedora).each do |os|
1212
supports os

recipes/agent.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# services are hard! Let's go LWRP'ing. FIREBALL! FIREBALL! FIREBALL!
1616
logstash_service name do
17-
action [:enable, :start]
17+
action [:enable]
1818
end
1919

2020
logstash_config name do

recipes/server.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
end
2020

2121
logstash_service name do
22-
action [:enable, :start]
22+
action [:enable]
2323
end
2424

2525
logstash_config name do

0 commit comments

Comments
 (0)