salt-ext-modules-vmware icon indicating copy to clipboard operation
salt-ext-modules-vmware copied to clipboard

[BUG] esxi_host values aren't correctly used

Open waynew opened this issue 2 years ago • 0 comments

Using a sample (new style) config:

saltext.vmware:
  host: host.example.com
  user: fnord
  password: my voice is my passport, verify me
  esxi_host:
    esxi.example.com:
      user: some_esxi_dude
      password: a totally different password

Running salt-call vmware_esxi.get_role View works, but salt-call vmware_esxi.get_role View esxi.example.com does not -- get_config is not correctly getting the user/password from the esxi_host portion of the salt config.

waynew avatar Sep 27 '22 20:09 waynew