salt-ext-modules-vmware
salt-ext-modules-vmware copied to clipboard
'nsxt_policy_segment' binary not found on system" using nsxt_policy_segment state
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