mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-07-23 12:07:15 +02:00
refactor(retry_options): provide options from defaults/pillar
This commit is contained in:
@@ -369,6 +369,13 @@ salt:
|
||||
- 'deploy':
|
||||
- /srv/salt/reactors/deploy.sls
|
||||
|
||||
# https://docs.saltstack.com/en/latest/ref/states/requisites.html#retrying-states
|
||||
retry_options:
|
||||
attempts: 2
|
||||
until: true
|
||||
interval: 10
|
||||
splay: 10
|
||||
|
||||
salt_cloud_certs:
|
||||
aws:
|
||||
pem: |
|
||||
|
||||
Reference in New Issue
Block a user