You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, with all these modules being moved out of Salt, it would be good to have а way to bootstrap a Salt Master or Minion with a specific set of extensions and other PyPI packages as well (so when Salt starts, the extensions are already installed). Something like the -p flag for salt-bootstrap.sh, but to install modules from PyPI. And the same for Windows Salt bootstrap script.
The important thing is that the modules should be installed before Salt starts, otherwise some automations like reactors or startup_states can kick in too early.
The module versions should be pinnable. The feature should also support custom (and possibly authenticated) PyPI repositories