From 90165823d3522a6d3c8c1088c8a5d06a1ef52d54 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 4 Oct 2022 09:30:58 -0500 Subject: [PATCH] Add docs for 'allowed_synced_folder_types' setting --- website/content/docs/vagrantfile/machine_settings.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/docs/vagrantfile/machine_settings.mdx b/website/content/docs/vagrantfile/machine_settings.mdx index b7c7308a0..8979934c9 100644 --- a/website/content/docs/vagrantfile/machine_settings.mdx +++ b/website/content/docs/vagrantfile/machine_settings.mdx @@ -23,6 +23,11 @@ machine that Vagrant manages. - `config.vm.allow_hosts_modification` (boolean) - If false, will prevent Vagrant from writing to `/etc/hosts`. Defaults to true. +- `config.vm.allowed_synced_folder_types` (array of strings) - A list of allowed +synced folder plugins. This will restrict plugin selection when Vagrant is +determining the default synced folder type. The elements of the array should be +the name of the synced folder plugin. + - `config.vm.base_mac` (string) - The MAC address to be assigned to the default NAT interface on the guest. _Support for this option is provider dependent._