latenighttales / alcali

Featureful Saltstack GUI
https://alcali.dev
MIT License
354 stars 60 forks source link

Alcali eauth correction. #535

Open greenaar opened 1 month ago

greenaar commented 1 month ago

Describe the bug Under salt 3007.1, using the alcali eauth handler runs into an error importing salt.ext.six.

import salt.ext.six as six

should read

import six