Remove module injection on V2 plugins

This commit is contained in:
Chris Roberts 2022-02-14 16:40:14 -08:00 committed by Paul Hinze
parent e07a77f919
commit 4a9d501823
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -267,10 +267,6 @@ module Vagrant
->{ Vagrant::MachineIndex.prepend(Vagrant::MachineIndex::Remote) },
->{ Vagrant::MachineIndex::Entry.prepend(Vagrant::MachineIndex::Entry::Remote::InstanceMethods) },
->{ Vagrant::MachineIndex::Entry.extend(Vagrant::MachineIndex::Entry::Remote::ClassMethods) },
->{ Vagrant::Plugin::V2::SyncedFolder.prepend(Vagrant::Plugin::Remote::SyncedFolder::Remote) },
->{ Vagrant::Plugin::V2::Communicator.prepend(Vagrant::Plugin::Remote::Communicator::Remote) },
->{ Vagrant::Plugin::V2::Provider.prepend(Vagrant::Plugin::Remote::Provider::Remote) },
->{ Vagrant::Plugin::V2::Push.prepend(Vagrant::Plugin::Remote::Push::Remote) },
->{ Vagrant::Action::Builtin::MixinSyncedFolders.prepend(Vagrant::Action::Builtin::Remote::MixinSyncedFolders) },
].freeze
end