Added communicator to config docs, specifically for winrm

This commit is contained in:
Shawn Neal 2014-10-16 08:16:01 -07:00
parent 189fd3246b
commit e91cc1e0df
1 changed files with 6 additions and 0 deletions

View File

@ -85,6 +85,12 @@ constraints.
<hr>
`config.vm.communicator` - The communicator type to use to connect to the
guest box. By default this is `:ssh`, but should be changed to `:winrm` for
Windows guests.
<hr>
`config.vm.graceful_halt_timeout` - The time in seconds that Vagrant will
wait for the machine to gracefully halt when `vagrant halt` is called.
Defaults to 60 seconds.