vagrant/plugins/providers
Seth Vargo 3d2390fc94
Give a unique, prefixed name to all tempfiles
This commit basically grepped the code base for all uses of Dir.mktmpdir
and Tempfile.new/open and ensures the value is unique within the
code base and also prefixed with `vagrant-`.

Previously, most invocations of these commands simply used "vagrant",
thus making them indistinguishable when trying to identify leaks.
2016-05-28 23:22:34 -04:00
..
docker Make `start` action run provisioners if VM is running 2016-05-27 19:00:33 -04:00
hyperv Make `start` action run provisioners if VM is running 2016-05-27 19:00:33 -04:00
virtualbox Give a unique, prefixed name to all tempfiles 2016-05-28 23:22:34 -04:00