vagrant/plugins
Chris Hubbard fd86f5a57e Add Linux Mint detection
* Linux Mint is a popular distribution based on Ubuntu
* When creating a VM based on Linux Mint, it cannot detect
that it is based on Ubuntu and it is detected as just linux
and configure_networks fails
* https://github.com/mitchellh/vagrant/issues/3647
2014-05-06 15:09:33 -04:00
..
commands commands/init: minimal flag [GH-3611] 2014-05-04 17:36:51 -07:00
communicators communicators/ssh: detect if config.ssh.shell is non-functional [GH-3040] 2014-05-01 21:35:02 -07:00
guests Add Linux Mint detection 2014-05-06 15:09:33 -04:00
hosts Linux stuff now tested and working! 2014-05-06 12:24:35 +01:00
kernel_v1 Handle a lot of TODOs 2014-04-29 16:50:58 -07:00
kernel_v2 Remove check for nfs in config 2014-05-03 16:10:01 -05:00
providers providers/docker: don't reload if not created 2014-05-05 22:06:22 -07:00
provisioners provisioners/ansible: show ansible-playbook in use 2014-05-04 22:54:12 +02:00
synced_folders Check usability of nfs on host 2014-05-03 16:09:08 -05: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.