We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For internet dependent states we could add retrys support per https://docs.saltstack.com/en/latest/ref/states/requisites.html#retrying-states
retrys
This could be a macro (See #134)
Example: saltstack-formulas/packages-formula#55
The text was updated successfully, but these errors were encountered:
Something to consider: saltstack-formulas/packages-formula#55 (comment).
Sorry, something went wrong.
This proposal emerged at saltstack-formulas/packages-formula#55
Declaration
retry_option: # https://docs.saltstack.com/en/latest/ref/states/requisites.html#retrying-states attempts: 5 until: True interval: 30 splay: 20
Usage:
- retry: {{ packages.retry_option|json }}
No branches or pull requests
For internet dependent states we could add
retrys
support per https://docs.saltstack.com/en/latest/ref/states/requisites.html#retrying-statesThis could be a macro (See #134)
Example: saltstack-formulas/packages-formula#55
The text was updated successfully, but these errors were encountered: