summaryrefslogtreecommitdiff
path: root/chef/lib/chef/config.rb
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-03-31 12:08:35 -0700
committerDaniel DeLeo <dan@opscode.com>2010-03-31 12:08:35 -0700
commit5a4b519b8bdd5cef31fbdf914ad810e5d55e4ea8 (patch)
treedeb10e0aa3ac13266fec1461a32fd893593628df /chef/lib/chef/config.rb
parentf03bfca55489bf9e4df8dabc4fc0717e1f3160ba (diff)
downloadchef-5a4b519b8bdd5cef31fbdf914ad810e5d55e4ea8.tar.gz
default to an amqp_consumer_id of "default"
Diffstat (limited to 'chef/lib/chef/config.rb')
-rw-r--r--chef/lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/config.rb b/chef/lib/chef/config.rb
index c92b13f0fb..d7e53d5f19 100644
--- a/chef/lib/chef/config.rb
+++ b/chef/lib/chef/config.rb
@@ -168,7 +168,7 @@ class Chef
amqp_vhost '/chef'
# Setting this to a UUID string also makes the queue durable
# (persist across rabbitmq restarts)
- amqp_consumer_id nil
+ amqp_consumer_id "default"
client_key "/etc/chef/client.pem"
validation_key "/etc/chef/validation.pem"