SSH communication should inherit from Base
This commit is contained in:
parent
47a368fbfd
commit
7ed9f8bd73
|
@ -11,7 +11,7 @@ require 'vagrant/util/retryable'
|
||||||
module Vagrant
|
module Vagrant
|
||||||
module Communication
|
module Communication
|
||||||
# Provides communication with the VM via SSH.
|
# Provides communication with the VM via SSH.
|
||||||
class SSH
|
class SSH < Base
|
||||||
include Util::Retryable
|
include Util::Retryable
|
||||||
|
|
||||||
def initialize(vm)
|
def initialize(vm)
|
||||||
|
|
Loading…
Reference in New Issue