Initialize the connection ivar for SSH
This commit is contained in:
parent
186dde5e11
commit
d9f5cbce3e
|
@ -17,6 +17,7 @@ module Vagrant
|
||||||
def initialize(vm)
|
def initialize(vm)
|
||||||
@vm = vm
|
@vm = vm
|
||||||
@logger = Log4r::Logger.new("vagrant::communication::ssh")
|
@logger = Log4r::Logger.new("vagrant::communication::ssh")
|
||||||
|
@connection = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
def ready?
|
def ready?
|
||||||
|
|
Loading…
Reference in New Issue