vagrant/plugins
Luca Invernizzi df32f6ac51 Update docker installer to work on custom kernels
The current docker installer attempt to install the linux-image-extra-`uname -r` DEB package on Debian systems.
This package may not exist, for example on custom kernels (e.g., Linode servers).
If this happens, Vagrant halts the provisioning. However, this package is not really needed in newer Debian releases (such as Ubuntu 14.04).

This small patch checks if the linux-image-extra-`uname -r` package exists, and it will install it if it does. In either case, it will continue provisioning.
2015-11-05 13:56:13 -08:00
..
commands hosts/darwin: support virtualbox install 2015-11-04 15:47:56 -08:00
communicators communicators/winrm: respect boot_timeout when fetching winrm_info 2015-09-02 16:36:23 -05:00
guests Fixes Fedora network issues when biosdevname command is not present. 2015-10-11 23:10:26 +02:00
hosts hosts/windows: install VirtualBox 2015-11-04 19:37:55 -08:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 kernel/v2: box is optional if clone is set 2015-10-08 12:41:16 -04:00
providers providers/virtualbox: if no box, don't import the master 2015-10-16 10:30:04 -07:00
provisioners Update docker installer to work on custom kernels 2015-11-05 13:56:13 -08:00
pushes push/local-exec: close temp script, fix inline [GH-5695] 2015-07-06 23:42:07 -06:00
synced_folders update to latest listen 2015-07-09 11:18:36 -06: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.