vagrant/plugins
Brian Cain 0c5d55e69c
Fixes #9763, #10300: Split out how hostname is set with Debian hosts
Prior to this commit, the hostname was set with one big bash script and
attempted to determine what tools are available. This commit changes
that by splitting out that tool check on the Vagrant side of things with
the GuestInspection class, and adds back restarting networking to get a
DHCP lease with the change rather than using `dhclient`. This pattern
matches how hostnames are set in the redhat capability.
2018-10-16 12:00:25 -07:00
..
commands Default destination to basename of clean source 2018-10-08 15:29:55 -07:00
communicators Only reset the _init on testing cleanup 2018-07-30 14:44:36 -07:00
guests Fixes #9763, #10300: Split out how hostname is set with Debian hosts 2018-10-16 12:00:25 -07:00
hosts Extract smblist information based on position 2018-08-30 10:58:56 -07:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Fixes #9840: Introduce `ruby` option for trigger 2018-10-05 12:53:41 -07:00
providers Merge pull request #10265 from chrisroberts/f-win-chktyp 2018-10-09 14:47:15 -07:00
provisioners @ #10258 | BUG: should not create /tmp/vagrant-ansible/inventory/vagrant_ansible_local_inventory/vagrant_ansible_local_inventory 2018-10-02 16:21:15 +07:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Ensure `tmpdir` is loaded for rsync helper class 2018-10-11 09:57:20 -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.