Add :windows to config.vm.guest option

This commit updates the documentation so that it is more clear that Windows guests need to change the `config.vm.guest` option along with the `config.vm.communicator` option.
This commit is contained in:
jeff-jk 2018-10-03 15:32:06 -06:00
parent 6aedc66c1c
commit f1f4003fa9
1 changed files with 3 additions and 3 deletions

View File

@ -125,9 +125,9 @@ Defaults to 60 seconds.
`config.vm.guest` - The guest OS that will be running within this
machine. This defaults to `:linux`, and Vagrant will auto-detect the
proper distro. Vagrant needs to know this information to perform some
guest OS-specific things such as mounting folders and configuring
networks.
proper distro. However, this should be changed to `":windows"` for Windows guests.
Vagrant needs to know this information to perform some guest OS-specific things
such as mounting folders and configuring networks.
<hr>