Merge pull request #2448 from rimckenn/patch-1

hosts/bsd: don't set both maproot and mapall
This commit is contained in:
Mitchell Hashimoto 2013-11-23 11:34:27 -08:00
commit 52c27cd498
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ module VagrantPlugins
hasmapall = false
opts[:bsd__nfs_options].each do |opt|
if opt =~ /^mapall=/
if opt =~ /^mapall=/ || opt =~ /^maproot=/
hasmapall = true
break
end