diff --git a/plugins/commands/serve/util/has_mapper.rb b/plugins/commands/serve/util/has_mapper.rb index 84e3b87b0..fcd27ba3f 100644 --- a/plugins/commands/serve/util/has_mapper.rb +++ b/plugins/commands/serve/util/has_mapper.rb @@ -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