From e8c54cb4962edb63c8cdb9e151e8f7aa9f270a95 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 14 Sep 2017 17:49:34 -0700 Subject: [PATCH] docs: update default value for `expect_disconnect` --- website/source/docs/provisioners/shell.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/provisioners/shell.html.md b/website/source/docs/provisioners/shell.html.md index efa99aa37..12491dc51 100644 --- a/website/source/docs/provisioners/shell.html.md +++ b/website/source/docs/provisioners/shell.html.md @@ -72,9 +72,9 @@ Optional parameters: available variables: `Path`, which is the path to the script to run, and `Vars`, which is the list of `environment_vars`, if configured. -- `expect_disconnect` (bool) - Defaults to true. Whether to error if the +- `expect_disconnect` (bool) - Defaults to `false`. Whether to error if the server disconnects us. A disconnect might happen if you restart the ssh - server or reboot the host. May default to false in the future. + server or reboot the host. - `inline_shebang` (string) - The [shebang](https://en.wikipedia.org/wiki/Shebang_%28Unix%29) value to use when