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 text was updated successfully, but these errors were encountered:
max-arnold
changed the title
A flag to install salt extensions and other PyPI packages
A flag to install Salt Extensions and other PyPI packages
Nov 12, 2023
Description of Issue/Question
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 forsalt-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 text was updated successfully, but these errors were encountered: