Skip to content

Commit

Permalink
Merge pull request #9 from mattray/COOK-1386
Browse files Browse the repository at this point in the history
COOK-1386
  • Loading branch information
Joshua Timberman committed Jun 25, 2012
2 parents 851bf3a + 9e06cde commit 804e882
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.4.1:
* [COOK-1386] - Bumped version to 2.8.4
* rabbitmq::default now includes erlang::default

## v1.4.0:

* [COOK-911] - Auto clustering support
Expand Down
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
default[:rabbitmq][:logdir] = nil
default[:rabbitmq][:mnesiadir] = nil

# RabbitMQ version to install for "redhat", "centos", "scientific", and "amazon". We default to
# RabbitMQ version to install for "redhat", "centos", "scientific", and "amazon". We default to
# 2.6.1, because that was what was installed in the previous version of the cookbook.
default[:rabbitmq][:version] = '2.6.1'
default[:rabbitmq][:version] = '2.8.4'

# config file location
# http://www.rabbitmq.com/configure.html#define-environment-variables
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures RabbitMQ server"
version "1.4.0"
version "1.4.1"
recipe "rabbitmq", "Install and configure RabbitMQ"
recipe "rabbitmq::cluster", "Set up RabbitMQ clustering."
depends "apt", ">= 1.1"
Expand Down
2 changes: 2 additions & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
# while still using /etc/init.d/rabbitmq-server start
# because of this we just put the rabbitmq-env.conf in place and let it rip

include_recipe "erlang::default"

directory "/etc/rabbitmq/" do
owner "root"
group "root"
Expand Down

0 comments on commit 804e882

Please sign in to comment.