summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-04-01 10:55:45 -0700
committerAdam Jacob <adam@opscode.com>2010-04-01 10:55:45 -0700
commitc4553bc2e9e24a5285c71cc725694eb97cbc6d83 (patch)
treea14a82f3f895b58d3e8f614b0f15d95d912de29d
parente792d710c36828d4b97979937497a88e8cb5ecea (diff)
downloadchef-0.8.10.tar.gz
This should just be 'default'0.8.10
We append chef-indexer automatically.. :X
-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 ef65c89647..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 "chef-indexer-default"
+ amqp_consumer_id "default"
client_key "/etc/chef/client.pem"
validation_key "/etc/chef/validation.pem"