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): added clean_file to pkg.repo #24

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

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

Describe the changes you're proposing

Adding clean_file: true in order to flush the repo file before adding the repo.

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

myii commented 2 years ago

Merged, thanks @waynegemmell.