If a `name` is specified as an option, it will be used as the id instead of inferring it from the `guestpath`. If `guestpath` is nil, the `name` needs to be specified so the folder can be mounted with a name. This also fixes the synced folder code to allow `guestpath` to be nil. It was allowed in a previous version for the purpose of preventing a directory from being auto mounted (#936), but seems to have become an error at some point after that. An example of modifying the default /vagrant folder so it doesn't auto-mount anymore: config.vm.synced_folder ".", nil, name: "/vagrant" An example of sharing another folder, but not auto-mounting it: config.vm.synced_folder ".", nil, name: "foobar" Fixes #6835. |
||
---|---|---|
.. | ||
commands | ||
communicators | ||
guests | ||
hosts | ||
kernel_v1 | ||
kernel_v2 | ||
providers | ||
provisioners | ||
pushes | ||
synced_folders | ||
README.md |
README.md
Vagrant Core Plugins
These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.