Skip to content

Commit

Permalink
Merge branch 'COOK-590'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattray committed Sep 14, 2011
2 parents 7a6fe8f + 57b0b46 commit 8c0f6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rabbitmq/attributes/default.rb
@@ -1,6 +1,6 @@
default[:rabbitmq][:nodename] = node[:hostname]
default[:rabbitmq][:address] = nil
default[:rabbitmq][:port] = nil
default[:rabbitmq][:port] = 5672
default[:rabbitmq][:config] = nil
default[:rabbitmq][:logdir] = nil
default[:rabbitmq][:mnesiadir] = nil
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures RabbitMQ server"
version "1.2.0"
version "1.2.1"
recipe "rabbitmq", "Install and configure RabbitMQ"
recipe "rabbitmq::cluster", "Set up RabbitMQ clustering."
depends "apt", "> 1.1"
Expand Down

0 comments on commit 8c0f6d7

Please sign in to comment.