summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-07-02 10:30:53 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-07-02 10:30:53 -0700
commit34a6dd714503abbb0e6d240a4832f245d5c3ab06 (patch)
tree90e7b709c931ad394ebf9fc4490145405776ea94 /lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb
parent878560a22f37aec0c2dfe681b3743e027155be88 (diff)
downloadchef-34a6dd714503abbb0e6d240a4832f245d5c3ab06.tar.gz
clean up whitespace again
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb')
-rw-r--r--lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb b/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb
index 93e29e4017..9d46465947 100644
--- a/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb
+++ b/lib/chef/formatters/error_inspectors/run_list_expansion_error_inspector.rb
@@ -38,7 +38,7 @@ class Chef
when Errno::ECONNREFUSED, Timeout::Error, Errno::ETIMEDOUT, SocketError
error_description.section("Networking Error:", <<~E)
#{exception.message}
-
+
Your chef_server_url may be misconfigured, or the network could be down.
E
when Net::HTTPServerException, Net::HTTPFatalError
@@ -85,7 +85,7 @@ E
chef_server_url "#{server_url}"
node_name "#{username}"
client_key "#{api_key}"
-
+
If these settings are correct, your client_key may be invalid.
E
when Net::HTTPForbidden