ITL: vmware: sync updated (i.e. broken) CLI arg

This commit is contained in:
Alexander A. Klimov 2022-12-13 18:01:52 +01:00
parent f59f361f09
commit 9902f9b88f
1 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ object CheckCommand "vmware-esx-dc-runtime-tools" {
"--alertonly" = { "--alertonly" = {
set_if = "$vmware_alertonly$" set_if = "$vmware_alertonly$"
} }
"--open-vm-tools" = { "--open_vm_tools_ok" = {
set_if = "$vmware_openvmtools$" set_if = "$vmware_openvmtools$"
} }
} }
@ -1142,7 +1142,7 @@ object CheckCommand "vmware-esx-soap-vm-runtime-tools" {
arguments += { arguments += {
"--select" = "runtime" "--select" = "runtime"
"--subselect" = "tools" "--subselect" = "tools"
"--open-vm-tools" = { "--open_vm_tools_ok" = {
set_if = "$vmware_openvmtools$" set_if = "$vmware_openvmtools$"
} }
} }