You're viewing the documentation for the experimental version of Vagrant (the 1.x series). The current stable series is 1.0.x and the documentation can be found here. You can learn more about the Vagrant versioning scheme here.
Configuration key: config.nfs.map_gid
Default value: :auto
This configuration setting controls the global default NFS folder GID mapping that is used. This should be set to an actual ID of a group on your host machine, or :auto
. If :auto
is used, then Vagrant will automatically determine the group ID of any NFS shared folder and use that.