core: machine output provider info for the machine
This commit is contained in:
parent
cee517d963
commit
5c4e71e317
|
@ -144,6 +144,10 @@ module Vagrant
|
|||
if state.id == MachineState::NOT_CREATED_ID
|
||||
self.id = nil
|
||||
end
|
||||
|
||||
# Output a bunch of information about this machine in
|
||||
# machine-readable format in case someone is listening.
|
||||
@ui.machine("metadata", "provider", provider_name)
|
||||
end
|
||||
|
||||
# This calls an action on the provider. The provider may or may not
|
||||
|
|
Loading…
Reference in New Issue