mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
bugfix: remove debug output
This commit is contained in:
parent
1e80a197c4
commit
a25925057e
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ elsif ENV['WINRM_SPEC']
|
|||
end
|
||||
|
||||
endpoint = "#{scheme}://#{host}:#{port}/wsman"
|
||||
puts "Use endpoint #{endpoint}"
|
||||
|
||||
winrm = ::WinRM::WinRMWebService.new(endpoint, :ssl, :user => user, :pass => pass, :basic_auth_only => true, :no_ssl_peer_verification => accept_self_signed)
|
||||
winrm.set_timeout 300 # 5 minutes max timeout for any operation
|
||||
|
|
Loading…
Reference in a new issue