mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 09:40:23 +00:00
Merge branch 'master' into fixes
This commit is contained in:
commit
ddad0238b0
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ packages-archive-wanted-download-{{ package }}:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: curl -s -L -o {{ packages.tmpdir }}/{{ archivename }} {{ archive.dl.source }}
|
- name: curl -s -L -o {{ packages.tmpdir }}/{{ archivename }} {{ archive.dl.source }}
|
||||||
- unless: test -f {{ packages.tmpdir }}/{{ archivename }}/
|
- unless: test -f {{ packages.tmpdir }}/{{ archivename }}/
|
||||||
|
- retry:
|
||||||
|
attempts: 5
|
||||||
|
until: True
|
||||||
|
interval: 60
|
||||||
|
splay: 10
|
||||||
|
|
||||||
{%- if 'hashsum' in archive.dl and archive.dl.hashsum %}
|
{%- if 'hashsum' in archive.dl and archive.dl.hashsum %}
|
||||||
{# see https://github.com/saltstack/salt/pull/41914 #}
|
{# see https://github.com/saltstack/salt/pull/41914 #}
|
||||||
|
|
Loading…
Add table
Reference in a new issue