Prior to this commit, when creating the ControlPath tmp dir for socket path, Vagrant would simply rely on `rand(1000)` for making unique dirs for rsyncing files which could result in collisions. This commit updates that be properly using `Dir.mktmpdir` with a `vagrant-rsync-` prefix. |
||
---|---|---|
.. | ||
commands | ||
communicators | ||
guests | ||
hosts | ||
kernel_v1 | ||
kernel_v2 | ||
providers | ||
provisioners | ||
pushes | ||
synced_folders | ||
README.md |
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.