saltstack-formulas / beats-formula

SaltStack formula to manage Elastic Beats platform
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
MIT License
9 stars 18 forks source link

Disable upstream repo if pillar beats:use_upstream_repo is False #7

Closed skrzyp closed 6 years ago

skrzyp commented 6 years ago

Large infrastructures often mirror some crucial repositories or modify them in some way, don't assume that formula should set up repository for them if they don't want to (so we added the additional pillar property)

Such fix has been proposed for saltstack-formulas/docker-formula#113 and it was merged successfully.

psmiraglia commented 6 years ago

Thanks @skrzyp, it sounds good! I would ask you to include in the PR also an updated version of pillar.example, VERSION and CHANGELOG.rst.

skrzyp commented 6 years ago

No problem, itt's already in the commit now :)