saltstack-formulas / maven-formula

A minimalistic way to install just the maven distribution without any dependencies
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
4 stars 10 forks source link

Enable download retries and retry interval #26

Closed noelmcloughlin closed 6 years ago

noelmcloughlin commented 6 years ago

Retryable actions are supported from Salt 2017.7.0. This PR adds support to this formula, so interrupted downloads can be retried if useful to anyone.

Verified on Ubuntu 16, no regression.

noelmcloughlin commented 6 years ago

Selfie-merge per community guidelines as PR is stuck a few weeks.