vagrant/plugins
Thomas Merkel 93c571adbf
Be sure solaris11 is Solaris version 11 and no distribution based on (Open)Solaris
`uname -sr` return also 5.11 on OmniOS, SmartOS which is not the same as Oracle Solaris 11.x. SmartOS and OmniOS are inherit from Solaris and not from Solaris 11. For that reason we need a more explicit check that a solaris11 guest is a real Solaris version 11, for that reason the /etc/release file is checked.
2018-01-25 13:28:15 +01:00
..
commands Add full checkpoint integration 2018-01-16 14:16:49 -08:00
communicators (#9062) Deprecate :paranoid in favor of :verify_host_key 2018-01-05 10:02:45 -08:00
guests Be sure solaris11 is Solaris version 11 and no distribution based on (Open)Solaris 2018-01-25 13:28:15 +01:00
hosts Move SMB credentials validation into host capability 2018-01-12 16:55:35 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Add Vagrantfile configuration option to register sensitive values 2018-01-15 07:23:47 -08:00
providers Merge pull request #9294 from chrisroberts/e-smb 2018-01-12 15:02:08 -08:00
provisioners Allow hiding environment variable values in shell provisioner 2018-01-12 17:33:47 -08:00
pushes Use Integer instead of Fixnum for Ruby 2.4+ compatibility. 2017-10-23 10:57:36 -07:00
synced_folders Move SMB credentials validation into host capability 2018-01-12 16:55:35 -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.