(#8941) Include WinSSH Communicator
This commit requires the winssh communicator class wihtin the public_key capability for Windows. Prior to this commit users could run into a situation where Vagrant would check if the machine could speak in WinSSH and fail on an uninitialized constant.
This commit is contained in:
parent
0c8cf4c03c
commit
c7ec0a42a5
|
@ -1,5 +1,7 @@
|
|||
require "tempfile"
|
||||
|
||||
require_relative '../../../communicators/winssh/communicator'
|
||||
|
||||
module VagrantPlugins
|
||||
module GuestWindows
|
||||
module Cap
|
||||
|
|
Loading…
Reference in New Issue