saltstack-formulas / salt-formula

Yes, Salt can Salt itself!
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
197 stars 423 forks source link

Fix Debian's family repository filename #514

Closed javierbertoli closed 2 years ago

javierbertoli 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

Describe the changes you're proposing

The saltstack repository file in Debian's family was renamed from saltstack.list to salt.list a few months ago, as showed in this commit in the bootstrap script.

The formula was still using the old filename, causing duplicated files in those instances with salt installed using the bootstrap.

This PR fixes that. In Debian's family, it:

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

myii commented 2 years ago

Nice work, thanks for this PR, @javierbertoli!

saltstack-formulas-travis commented 2 years ago

:tada: This PR is included in version 1.9.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: