summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-24 23:42:33 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-25 18:35:33 -0700
commit1a8d2bc4345832e0691700e3774c810ce8628ca5 (patch)
treebd45e3398202bc4af15b24bdddb935c619ce43df
parent6bb5d6f590cbf047b4305ececd69bf077e7d8756 (diff)
downloadchef-1a8d2bc4345832e0691700e3774c810ce8628ca5.tar.gz
Update lib/chef/knife/wsman_test.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--lib/chef/knife/wsman_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/wsman_test.rb b/lib/chef/knife/wsman_test.rb
index 0d71753784..f0d17e282e 100644
--- a/lib/chef/knife/wsman_test.rb
+++ b/lib/chef/knife/wsman_test.rb
@@ -49,7 +49,6 @@ class Chef
@winrm_sessions.each do |item|
Chef::Log.debug("checking for WSMAN availability at #{item.endpoint}")
- ssl_error = nil
begin
response = post_identity_request(item.endpoint)
ui.msg "Connected successfully to #{item.host} at #{item.endpoint}."