mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-26 03:10:29 -05:00
This will eventually replace the Environment#vms method. Because of the introduction of providers, the environment doesn't know what the backing of the machines will be (and they're _machines_ now, not _vms_). Instead, users of Environment will now call `#machine` on the environment to retrieve a machine with the given backing provider as it needs it. |
||
|---|---|---|
| .. | ||
| nfs.rb | ||
| package.rb | ||
| ssh.rb | ||
| vagrant.rb | ||
| vm.rb | ||
| vm_provider.rb | ||
| vm_provisioner.rb | ||
| vm_subvm.rb | ||