From c9abfa4080b466f18a36923b8f08abae6ddf0ee4 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 18 Jul 2012 15:44:42 -0700 Subject: OC-2192: change error message to suggest namespace collision between nodes and users --- lib/chef/formatters/error_inspectors/api_error_formatting.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/chef/formatters/error_inspectors') diff --git a/lib/chef/formatters/error_inspectors/api_error_formatting.rb b/lib/chef/formatters/error_inspectors/api_error_formatting.rb index cb64955961..1e4e258906 100644 --- a/lib/chef/formatters/error_inspectors/api_error_formatting.rb +++ b/lib/chef/formatters/error_inspectors/api_error_formatting.rb @@ -52,7 +52,8 @@ chef_server_url "#{server_url}" node_name "#{username}" client_key "#{api_key}" -If these settings are correct, your client_key may be invalid. +If these settings are correct, your client_key may be invalid, or +you may have a chef user with the same client name as this node. E end end -- cgit v1.2.1