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

'nsxt_policy_segment' binary not found on system" using nsxt_policy_segment state

Open mrajeshk opened this issue 2 years ago • 0 comments

When using nsxt_policy_segment state getting binary not found on system error.

The import model name is not correct on the python file site-packages/saltext/vmware/states/nsxt_policy_segment.py

from saltext.nsxt.modules import nsxt_policy_segmenta

Looks like this should be saltext.vmware.modules instead of saltext.nsxt.modules

mrajeshk avatar Jan 21 '23 11:01 mrajeshk