From 4afcc794bebf1f7623867654763909fb9d486491 Mon Sep 17 00:00:00 2001 From: Conlan Date: Fri, 12 Jun 2020 05:18:51 -0400 Subject: [PATCH] Fix typo in VSphere Docs (#9405) * Fix typo in VSphere Docs * Update ConfigParamsConfig-not-required.mdx Co-authored-by: Adrien Delorme --- builder/vsphere/common/step_config_params.go | 2 +- .../builder/vsphere/common/ConfigParamsConfig-not-required.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/vsphere/common/step_config_params.go b/builder/vsphere/common/step_config_params.go index 7d194effc..591f82eee 100644 --- a/builder/vsphere/common/step_config_params.go +++ b/builder/vsphere/common/step_config_params.go @@ -18,7 +18,7 @@ type ConfigParamsConfig struct { ConfigParams map[string]string `mapstructure:"configuration_parameters"` // Enables time synchronization with the host. If set to true will set `tools.syncTime` to `TRUE`. - // Defaults fo FALSE. + // Defaults to FALSE. ToolsSyncTime bool `mapstructure:"tools_sync_time"` // If sets to true, vSphere will automatically check and upgrade VMware Tools upon a system power cycle. diff --git a/website/pages/partials/builder/vsphere/common/ConfigParamsConfig-not-required.mdx b/website/pages/partials/builder/vsphere/common/ConfigParamsConfig-not-required.mdx index 8b69dcce0..2e76f3082 100644 --- a/website/pages/partials/builder/vsphere/common/ConfigParamsConfig-not-required.mdx +++ b/website/pages/partials/builder/vsphere/common/ConfigParamsConfig-not-required.mdx @@ -4,7 +4,7 @@ ConfigSpec: https://pubs.vmware.com/vi3/sdk/ReferenceGuide/vim.vm.ConfigSpec.html - `tools_sync_time` (bool) - Enables time synchronization with the host. If set to true will set `tools.syncTime` to `TRUE`. - Defaults fo FALSE. + Defaults to FALSE. - `tools_upgrade_policy` (bool) - If sets to true, vSphere will automatically check and upgrade VMware Tools upon a system power cycle. If not set, defaults to manual upgrade.