Update module loading in clients

This commit is contained in:
Chris Roberts 2021-11-17 14:50:28 -08:00 committed by Paul Hinze
parent b327dbe7d8
commit 4e60160797
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
2 changed files with 4 additions and 5 deletions

View File

@ -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")

View File

@ -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