vagrant/plugins
Mitchell Hashimoto 67855be77b Add the Environment#machine method
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.
2012-11-07 21:45:09 -08:00
..
commands Add the Environment#machine method 2012-11-07 21:45:09 -08:00
communicators/ssh Communicators to v2 plugins. 2012-11-06 21:14:10 -08:00
guests Guests to V2 2012-11-06 21:14:45 -08:00
hosts Hosts to V2 2012-11-06 21:20:22 -08:00
kernel_v1 Mark core config classes as upgrade safe 2012-11-03 21:41:04 -07:00
kernel_v2 Add the Environment#machine method 2012-11-07 21:45:09 -08:00
providers/virtualbox Providers to V2 2012-11-06 21:20:55 -08:00
provisioners Turn provisioners to V2 2012-11-06 21:21:36 -08:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.