vagrant/plugins
Mitchell Hashimoto ba0e426507 Get vagrant package --base working in some hacky way.
`vagrant package --base` is deprecated for a future feature so I didn't
want to waste any brain cycles on how to do this the "right" way since a
new system will be introduced to do this sort of thing in teh future.
2012-08-19 18:51:36 -07:00
..
commands Get vagrant package --base working in some hacky way. 2012-08-19 18:51:36 -07:00
communicators/ssh Halt works with new machine. 2012-08-12 18:54:52 -07:00
guests Switch all `channel` to `communicate` in the linux guest 2012-08-12 19:03:31 -07:00
hosts Move host base class to a plugin component 2012-06-27 09:26:03 -07:00
kernel_v1 Use the new BoxCollection API 2012-07-11 18:41:13 -07:00
providers/virtualbox `vagrant package` a single VM works! 2012-08-15 21:04:37 -07:00
provisioners This commit has three minor changes to the Puppet provisioners: 2012-07-11 13:59:20 -04: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.