vagrant/plugins/hosts/darwin/cap
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
..
provider_install_virtualbox.rb Give a unique, prefixed name to all tempfiles 2016-05-28 23:22:34 -04:00
rdp.rb Add extra_args cap for darwin rdp 2016-02-03 10:03:57 -05:00