Added communicator to config docs, specifically for winrm
This commit is contained in:
parent
189fd3246b
commit
e91cc1e0df
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue