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

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed Dec 28, 2012
1 parent 2c4de01 commit afddffd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v0.0.8

* Added support for RHEL.

## v0.0.7

* Fixed order of shell redirection to ensure that `STDERR` flows to log file.
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
@@ -0,0 +1 @@
Chris Lundquist (@ChrisLundquist)
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -10,6 +10,7 @@ Installs and configures StatsD.

* Ubuntu 11.10 (Oneiric)
* Ubuntu 12.04 (Precise)
* CentOS 6.3 (Final)

### Cookbooks

Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "hectcastro@gmail.com"
license "Apache 2.0"
description "Installs and configures StatsD."
version "0.0.7"
version "0.0.8"
recipe "statsd", "Installs and configures StatsD"
name "statsd"

Expand All @@ -11,6 +11,6 @@
end

%w{ ubuntu rhel scientific redhat centos amazon}.each do |os|
supports os
supports os
end

0 comments on commit afddffd

Please sign in to comment.