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

Commit

Permalink
release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulczar committed Dec 16, 2014
1 parent 304e328 commit 589067b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# CHANGELOG for chef-logstash

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

## 0.11.0
* MAJOR - depreciate non runit service types.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description 'Installs/Configures logstash'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))

version '0.11.1'
version '0.11.2'

%w(ubuntu debian redhat centos scientific amazon fedora).each do |os|
supports os
Expand Down
2 changes: 1 addition & 1 deletion recipes/agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# services are hard! Let's go LWRP'ing. FIREBALL! FIREBALL! FIREBALL!
logstash_service name do
action [:enable, :start]
action [:enable]
end

logstash_config name do
Expand Down
2 changes: 1 addition & 1 deletion recipes/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end

logstash_service name do
action [:enable, :start]
action [:enable]
end

logstash_config name do
Expand Down

0 comments on commit 589067b

Please sign in to comment.