Fix typo in VSphere Docs (#9405)
* Fix typo in VSphere Docs * Update ConfigParamsConfig-not-required.mdx Co-authored-by: Adrien Delorme <adrien.delorme@icloud.com>
This commit is contained in:
parent
1eb868cef5
commit
4afcc794be
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue