Disable cacher usage until mapper is updated

This commit is contained in:
Chris Roberts 2021-10-01 12:10:30 -07:00 committed by Paul Hinze
parent 1c0362837a
commit 4420feb9cf
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -10,7 +10,8 @@ module VagrantPlugins
def initialize(*args, **opts, &block)
@cacher = Cacher.new
@mapper = Mappers.new
@mapper.cacher = @cacher
# TODO(spox): enable this when future is present
# @mapper.cacher = @cacher
if respond_to?(:broker)
@mapper.add_argument(broker)
end