(#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:
Brian Cain 2017-10-24 12:02:01 -07:00
parent 0c8cf4c03c
commit c7ec0a42a5
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
require "tempfile"
require_relative '../../../communicators/winssh/communicator'
module VagrantPlugins
module GuestWindows
module Cap