[BUG] saltify driver still expects Impacket #62101
Labels
Bug
broken, incorrect, or confusing behavior
Confirmed
Salt engineer has confirmed bug/feature - often including a MCVE
P2
Priority 2
Regression
The issue is a bug that breaks functionality known to work in previous releases.
Description
within the documentation at https://docs.saltproject.io/en/latest/topics/cloud/windows.html we say that impacket is depreciated in 3001. however the saltify cloud driver still requires this package. and will not deploy if it is not installed.
Setup
https://github.com/saltstack/salt/blob/master/salt/cloud/clouds/saltify.py#L343-L345
for more info.
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
Try to use the saltify cloud driver on a system that doesn't have impacket
Expected behavior
salt-cloud uses alternatives instead of failing.
The text was updated successfully, but these errors were encountered: