Register environment callback for server mode

This commit is contained in:
Chris Roberts 2021-05-25 13:30:54 -07:00 committed by Paul Hinze
parent 1b0214debc
commit a6b3b2969b
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -242,5 +242,6 @@ module Vagrant
SERVER_MODE_CALLBACKS = [
->{ Vagrant::Machine.prepend(Vagrant::Machine::Remote) },
->{ Vagrant::Environment.prepend(Vagrant::Environment::Remote) },
].freeze
end