From 4eec7df10a51d9955208472b494b2b19ec52cf37 Mon Sep 17 00:00:00 2001 From: Michael Kuzmin Date: Fri, 19 Oct 2018 13:59:05 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e0eec43f..f7af0703b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ See complete Ubuntu, Windows, and macOS templates in the [examples folder](https ### Provision -* `communicator` - `ssh` (default), `winrm`, or `none`. +* `communicator` - `ssh` (default), `winrm`, or `none` (create/clone, customize hardware, but do not boot). * `ssh_username`(string) - Username in guest OS. * `ssh_password`(string) - Password to access guest OS. Only specify `ssh_password` or `ssh_private_key_file`, but not both.