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

fix(repository.sls): flean files added to pkgrepo #23

Closed waynegemmell closed 2 years ago

waynegemmell commented 2 years ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

https://github.com/saltstack-formulas/beats-formula/issues/22

Describe the changes you're proposing

I've added clean_file: true to the repo setting. It's pretty safe because there will only ever be one repo for the beats implementation.

Pillar / config required to test the proposed changes

version: 8
use_upstream_repo: True

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context