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

Purge sls has a static 5.x info while repo uses Jinja template. #6

Open absmith82 opened 6 years ago

absmith82 commented 6 years ago

https://github.com/saltstack-formulas/beats-formula/blob/5d8403a73de0166124f008ed2791d74acfd013be/beats/purge.sls#L5

I suggest changing the purge.sls to have a version template in the line instead of a static 5.x version number

psmiraglia commented 6 years ago

Good catch @absmith82! Are you able to work on a PR?