Merge pull request #10262 from jeff-jk/machine-settings-doc-update

Add :windows to config.vm.guest in machine settings doc
This commit is contained in:
Brian Cain 2018-10-03 16:46:47 -07:00 committed by GitHub
commit c6a0793cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>