Always extend connector when prepending the client setup module

This commit is contained in:
Chris Roberts 2021-10-01 11:30:59 -07:00 committed by Paul Hinze
parent 2cd54c6079
commit 84d2dc1c60
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -3,6 +3,7 @@ module VagrantPlugins
module Util
module ClientSetup
def self.prepended(klass)
klass.extend(Connector)
klass.class_eval do
attr_reader :broker, :client, :proto
end