saltstack-formulas / zabbix-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
50 stars 121 forks source link

fix(repo): update repo config for keyring #161

Closed waynegemmell closed 1 year ago

waynegemmell commented 1 year 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/zabbix-formula/issues/160

Describe the changes you're proposing

Newer versions of Ubuntu and Debian have depricated salt-key. While it still works in practice, the errors make salt fail. This update implements the salt-key setting that bypasses it for effected versions of Ubuntu/Debian.

Pillar / config required to test the proposed changes

No changes when using the formula.

Documentation checklist

Testing checklist

Additional context

hatifnatt commented 1 year ago

Please fix CI errors, CI won't go further until you fix your commit messages. You need to rebase your branch / repo to upstream (this repo). There must be no merge commits in your PR. Also it will be better if you squash all your commits into one.