vagrant/test/unit
Brian Cain f0f60a1075 (#4666) Remove duplicate export folders before writing /etc/exports
Prior to this commit, if you set up multiple folders to export with NFS
on linux with the exact same hostpath, the template used to write
/etc/exports would end up placing the same path with the same IP in
/etc/exports and cause an error preventing the folders from being
properly mounted. This commit fixes that by first looking at which
folders are being exported and if there are any duplicates. If so,
remove the duplicates and only export 1 hostpath folder. If these
duplicate folders have differing nfs linux options, an exception must be
thrown because we cannot assume which options the user intended to
export with.
2017-09-05 16:05:14 -07:00
..
plugins (#4666) Remove duplicate export folders before writing /etc/exports 2017-09-05 16:05:14 -07:00
support Add unique names to all tmpdir and tempfile calls in tests + cleanup 2016-05-28 23:22:34 -04:00
templates/guests Fetch first network device and pass to template for rendering 2017-05-10 12:44:37 -07:00
vagrant (#8923) Quote path passed into IdentityFile for ssh command 2017-08-28 13:14:45 -07:00
base.rb Update rspec to recent version and fix deprecations 2017-08-03 17:54:07 -07:00
vagrant_test.rb Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00