diff options
| -rw-r--r-- | chef/lib/chef/config.rb | 2 |
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" |
