mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 09:40:07 -04:00
Update module loading in clients
This commit is contained in:
parent
b327dbe7d8
commit
4e60160797
2 changed files with 4 additions and 5 deletions
|
|
@ -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…
Reference in a new issue