saltstack-formulas / beats-formula

SaltStack formula to manage Elastic Beats platform

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

absmith82 opened this issue · comments

- name: deb https://artifacts.elastic.co/packages/5.x/apt stable main

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

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