vagrant/plugins
Mitchell Hashimoto 459d82689e Get rid of autoload use in Guests
I don't use `activated` here because I'd really like to optimize
performance as much as possible, and loading files from disk is
generally slow. So instead of using `activated` I load the file at the
last possible moment which is when the exact class is being requested.

I don't think many people will do this outside of the core, and I'm not
too concerned.
2012-05-23 15:57:43 -07:00
..
commands Convert all command plugins to use the new `activated` block 2012-05-21 22:43:13 -07:00
guests Get rid of autoload use in Guests 2012-05-23 15:57:43 -07:00
hosts Better directory structure for plugins 2012-04-20 16:53:01 -07:00
kernel Move provisioners into plugins 2012-04-18 21:53:19 -07:00
provisioners Don't support passing in the config into Chef anymore 2012-05-01 22:04:09 -07: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.