Support saltenvs in spm #67546
Replies: 3 comments
-
Any update in this issue ? |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the spm system makes pretty major assumptions about saltenvs (namely, that you're not using them).
Going a long way towards that is being able to specify a directory to install a formula package into at run time (instead of exclusively
/srv/spm/salt
), possibly with options about special modules (eg_modules
).Note the "at run time": Given the complexity that saltenv configuration can become as you mix saltenvs, gitfs repos, etc etc, I feel like trying to have a magic option to "just specify the saltenv to install into" would either be: 1. Creating more opinions in a system that has so far been pretty unopinionated, or 2. a path to madness
Beta Was this translation helpful? Give feedback.
All reactions