-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
top.sls-like targeting for localmods #24488
Comments
+1 |
@eliasp, thanks for the report. |
I think #10105 is related to this. IMHO version management is useful for state, execution, pillar, runner, returner, outputter and cloud drivers and all the others modules. Having this would be a huge killer-feature of salt. |
+1111 |
@thatch45 I'd love to hear your opinion about this topic. it is hard to maintain (execution or any other) modules when you can't test them in an environment without using a separate salt master. I think having the possibility of specifying execution/state module versions on top.sls level would be useful for many people! are there any other ways to solve this problem? |
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. |
Not stale at all! |
Thank you for updating this issue. It is no longer marked as stale. |
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. |
When using Dynamic Module Distribution to distribute localmods, I do this most of the time to:
I believe, this is what most people use localmods for.
With this approach, I'm running into the following issues:
I'd like to see a solution which provides more finegrained control over the the distribution of localmods, e.g.
<2015.5.0
or* and !2014.7.6 and !2015.5.0
)The text was updated successfully, but these errors were encountered: