feature req: state default settings in minion config #67610
nergdron
started this conversation in
Feature Requests
Replies: 2 comments
-
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.
0 replies
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue
I'd really like to see global state defaults for things like
parallel
added to the minion config (or somewhere else that makes sense). Ideally I'd like to haveparallel: True
in the minion config, and thenparallel: False
in the 2-3 places in my entire codebase where I actually need it off. I'm sure there's other things that can be applied globally to state execution that it'd be sensible to include as well.Beta Was this translation helpful? Give feedback.
All reactions