Do not ignore NFS shared folders, just share them
This commit is contained in:
parent
116bde9655
commit
0ce7629859
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@ module Vagrant
|
||||||
def shared_folders
|
def shared_folders
|
||||||
{}.tap do |result|
|
{}.tap do |result|
|
||||||
@env[:machine].config.vm.synced_folders.each do |id, data|
|
@env[:machine].config.vm.synced_folders.each do |id, data|
|
||||||
# Ignore NFS shared folders
|
|
||||||
next if data[:nfs]
|
|
||||||
|
|
||||||
# This to prevent overwriting the actual shared folders data
|
# This to prevent overwriting the actual shared folders data
|
||||||
result[id] = data.dup
|
result[id] = data.dup
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue