Disable cacher usage until mapper is updated
This commit is contained in:
parent
1c0362837a
commit
4420feb9cf
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user