forked from chef-boneyard/cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COOK-324, update rabbitmq attributes
- Loading branch information
jtimberman
committed
Jul 11, 2010
1 parent
722fccf
commit 5d8671a
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
set_unless[:rabbitmq][:nodename] = "rabbit" | ||
set_unless[:rabbitmq][:address] = "0.0.0.0" | ||
set_unless[:rabbitmq][:port] = "5672" | ||
set_unless[:rabbitmq][:erl_args] = "+K true +A 30 \ | ||
default[:rabbitmq][:nodename] = "rabbit" | ||
default[:rabbitmq][:address] = "0.0.0.0" | ||
default[:rabbitmq][:port] = "5672" | ||
default[:rabbitmq][:erl_args] = "+K true +A 30 \ | ||
-kernel inet_default_listen_options [{nodelay,true},{sndbuf,16384},{recbuf,4096}] \ | ||
-kernel inet_default_connect_options [{nodelay,true}]" | ||
set_unless[:rabbitmq][:start_args] = "" | ||
set_unless[:rabbitmq][:logdir] = "/var/log/rabbitmq" | ||
set_unless[:rabbitmq][:mnesiadir] = "/var/lib/rabbitmq/mnesia" | ||
set_unless[:rabbitmq][:cluster] = "no" | ||
set_unless[:rabbitmq][:cluster_config] = "/etc/rabbitmq/rabbitmq_cluster.config" | ||
set_unless[:rabbitmq][:cluster_disk_nodes] = [] | ||
default[:rabbitmq][:start_args] = "" | ||
default[:rabbitmq][:logdir] = "/var/log/rabbitmq" | ||
default[:rabbitmq][:mnesiadir] = "/var/lib/rabbitmq/mnesia" | ||
default[:rabbitmq][:cluster] = "no" | ||
default[:rabbitmq][:cluster_config] = "/etc/rabbitmq/rabbitmq_cluster.config" | ||
default[:rabbitmq][:cluster_disk_nodes] = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters