mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Always extend connector when prepending the client setup module
This commit is contained in:
parent
2cd54c6079
commit
84d2dc1c60
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue