summaryrefslogtreecommitdiff
path: root/chef/lib/chef/config.rb
diff options
context:
space:
mode:
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"