Skip to content

Commit 8b01b96

Browse files
committed
Merge branch 'CHEF-1081' of git://github.com/danielsdeleo/chef into danielsdeleo/CHEF-1081
2 parents 85b6fe0 + 5a4b519 commit 8b01b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎chef/lib/chef/config.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def self.manage_secret_key
168168
amqp_vhost'/chef'
169169
# Setting this to a UUID string also makes the queue durable
170170
# (persist across rabbitmq restarts)
171-
amqp_consumer_idnil
171+
amqp_consumer_id"default"
172172

173173
client_key"/etc/chef/client.pem"
174174
validation_key"/etc/chef/validation.pem"

0 commit comments

Comments
(0)