Always extend connector when prepending the client setup module
This commit is contained in:
parent
2cd54c6079
commit
84d2dc1c60
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user