From e91cc1e0dfcfe759fe38435e6e686da4e40c9a02 Mon Sep 17 00:00:00 2001 From: Shawn Neal Date: Thu, 16 Oct 2014 08:16:01 -0700 Subject: [PATCH] Added communicator to config docs, specifically for winrm --- website/docs/source/v2/vagrantfile/machine_settings.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/source/v2/vagrantfile/machine_settings.html.md b/website/docs/source/v2/vagrantfile/machine_settings.html.md index cfcca719b..b68d6f49a 100644 --- a/website/docs/source/v2/vagrantfile/machine_settings.html.md +++ b/website/docs/source/v2/vagrantfile/machine_settings.html.md @@ -85,6 +85,12 @@ constraints.
+`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. + +
+ `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.