vagrant/test/unit/plugins
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
..
commands command/login: Support 2FA login on Vagrant Cloud 2017-08-30 10:39:58 -04:00
communicators Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
guests (#8917) Fix shell_expand_guest_path capability 2017-08-25 10:02:36 -07:00
hosts (#4666) Remove duplicate export folders before writing /etc/exports 2017-09-05 16:05:14 -07:00
kernel_v2/config Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
providers Error when compose and force_host_vm are enabled together 2017-08-22 11:36:26 -07:00
provisioners (#7826) Add salt_arg option for passing flags to salt tool 2017-08-29 14:11:06 -07:00
pushes Update rspec to recent version and fix deprecations 2017-08-03 17:54:07 -07:00
synced_folders Fix rsync test for updated rspec 2017-08-21 14:08:59 -07:00