Skip to content

Commit

Permalink
rabbitmq v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattray committed Jan 19, 2012
1 parent cabdd39 commit 295585b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The rabbitmq::chef recipe was only used for the chef-server cookbook and has bee
Changes
=======

## v1.3.2:
* [COOK-585] - manage rabbitmq-server service

License and Author
Expand Down
8 changes: 4 additions & 4 deletions rabbitmq/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.3.0"
version "1.3.2"
recipe "rabbitmq", "Install and configure RabbitMQ"
recipe "rabbitmq::cluster", "Set up RabbitMQ clustering."
depends "apt", ">= 1.1"
Expand All @@ -22,7 +22,7 @@
:display_name => "RabbitMQ Erlang node name",
:description => "The Erlang node name for this server.",
:default => "node[:hostname]"

attribute "rabbitmq/address",
:display_name => "RabbitMQ server IP address",
:description => "IP address to bind."
Expand All @@ -47,7 +47,7 @@
:display_name => "RabbitMQ clustering",
:description => "Whether to activate clustering.",
:default => "no"

attribute "rabbitmq/cluster_config",
:display_name => "RabbitMQ clustering configuration file",
:description => "Path to the clustering configuration file, if cluster is yes.",
Expand All @@ -62,4 +62,4 @@
attribute "rabbitmq/erlang_cookie",
:display_name => "RabbitMQ Erlang cookie",
:description => "Access cookie for clustering nodes. There is no default."

0 comments on commit 295585b

Please sign in to comment.