Update module loading in clients
This commit is contained in:
parent
b327dbe7d8
commit
4e60160797
@ -4,11 +4,11 @@ module VagrantPlugins
|
||||
module CommandServe
|
||||
module Client
|
||||
class Guest
|
||||
include CapabilityPlatform
|
||||
|
||||
prepend Util::ClientSetup
|
||||
prepend Util::HasLogger
|
||||
|
||||
include CapabilityPlatform
|
||||
|
||||
# @return [<String>] parents
|
||||
def parents
|
||||
logger.debug("getting parents")
|
||||
|
||||
@ -4,11 +4,10 @@ module VagrantPlugins
|
||||
module CommandServe
|
||||
module Client
|
||||
class Host
|
||||
include CapabilityPlatform
|
||||
|
||||
prepend Util::ClientSetup
|
||||
prepend Util::HasLogger
|
||||
prepend Util::HasMapper
|
||||
|
||||
include CapabilityPlatform
|
||||
|
||||
# @return [<String>] parents
|
||||
def parents
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user