June 2013
Beginner
155 pages
3h 45m
English
This section serves as a complete reference to all the available configuration settings for Vagrant. As mentioned in V1 versus V2 Configuration, this section will only serve as a reference for V1 configurations, since V2 is not yet at a stable, unchanging state.
All settings are alphabetized so that they can be referenced more easily:
config.nfs.map_gid
:auto. If the setting is :auto, Vagrant will automatically determine the group ID of the owner of any NFS shared folders and use that value. The default value is :auto.
config.nfs.map_uid
:auto. If the setting is :auto, Vagrant will automatically determine the user ID of the owner of any NFS shared folders and use that value. The default value is :auto.
config.package.name
vagrant package. This defaults to package.box.
config.ssh.forward_agent
false.
config.ssh.forward_x11
false.
config.ssh.guest_port
Read now
Unlock full access