diff --git a/plugins/hosts/bsd/host.rb b/plugins/hosts/bsd/host.rb index c31b3e6ea..2fefd17fd 100644 --- a/plugins/hosts/bsd/host.rb +++ b/plugins/hosts/bsd/host.rb @@ -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