Do not load provider during initialization

This commit is contained in:
Chris Roberts 2022-07-08 16:36:18 -07:00
parent 766b951040
commit d2ad38a607

View File

@ -45,7 +45,6 @@ module Vagrant
# TODO: get trigger config from go
@triggers = Vagrant::Plugin::V2::Trigger.new(@env, @config.trigger, self, @ui)
@provider_options = {} # @config.vm.get_provider_overrides(@provider_name)
@provider = Vagrant.plugin("2").manager.providers[provider_name].first.new(self)
# Keep track of where our UUID should be placed
@index_uuid_file = nil