saltstack / salt-ext-modules-vmware

Salt Extension Modules for VMware
Apache License 2.0
20 stars 36 forks source link

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

Open mrajeshk opened 1 year ago

mrajeshk commented 1 year ago

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