Extend module on entry not index

This commit is contained in:
Chris Roberts 2021-08-16 11:49:32 -07:00 committed by Paul Hinze
parent 073acefea9
commit 9fb979d44c
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -244,6 +244,6 @@ module Vagrant
->{ Vagrant::Machine.prepend(Vagrant::Machine::Remote) },
->{ Vagrant::Environment.prepend(Vagrant::Environment::Remote) },
->{ Vagrant::MachineIndex.prepend(Vagrant::MachineIndex::Remote) },
->{ Vagrant::MachineIndex.extend(Vagrant::MachineIndex::Entry::Remote) },
->{ Vagrant::MachineIndex::Entry.extend(Vagrant::MachineIndex::Entry::Remote) },
].freeze
end