зеркало из https://github.com/Azure/vagrant-azure.git
Call original ssh_communicate for non windows vm
This commit is contained in:
Родитель
b5e487cd3f
Коммит
88c93fcdf1
|
@ -13,7 +13,7 @@ module Vagrant
|
|||
if @config.vm.guest == :windows
|
||||
@communicator = VagrantPlugins::WinAzure::Communicator::PowerShell.new(self)
|
||||
else
|
||||
@communicator = original_communicate
|
||||
@communicator = ssh_communicate.bind(self).()
|
||||
end
|
||||
end
|
||||
@communicator
|
||||
|
|
Загрузка…
Ссылка в новой задаче