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 #162

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

xenadmin commented 1 year ago

Any reason you don't include Debian 11 and Ubuntu 20.04 for the new method? I had much greater results by doing that on our current Debian 11 machines.

waynegemmell commented 1 year ago

It doesn't seem to work for Focal. I haven't tested Debian 11

hatifnatt commented 1 year ago

Please fix pre-commit lint errors. Also I'm strongly recommend to squash all your commits into one, that's a pretty small change multiple commits reduce readability.

hatifnatt commented 1 year ago

@waynegemmell thanks!

waynegemmell commented 1 year ago

Thanks :)

saltstack-formulas-travis commented 1 year ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: