summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlamont-granquist <lamont@scriptkiddie.org>2014-01-20 16:31:34 -0800
committerlamont-granquist <lamont@scriptkiddie.org>2014-01-20 16:31:34 -0800
commite15f04b1ed124767a04ef4f5de4f8678fcbe33df (patch)
treeb4918f838cd1310633a8ec2184bd42ed8e1316db
parent2ac29e9e1090e2f0fd07b3bee92dcd1964ba62a2 (diff)
parentc9abfa4080b466f18a36923b8f08abae6ddf0ee4 (diff)
downloadchef-e15f04b1ed124767a04ef4f5de4f8678fcbe33df.tar.gz
Merge pull request #1222 from opscode/OC-2192
OC-2192: change error message to suggest namespace collision between nod...
-rw-r--r--lib/chef/formatters/error_inspectors/api_error_formatting.rb3
1 files changed, 2 insertions, 1 deletions
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