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

feat(osfingermap): updating python git package name for Debian 11 #537

Open vveliev opened 2 years ago

vveliev 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

updating python git package name for Debian 11

When working with gitfs current configuration failing for state salt.gitfs.pygit2 as it's not able to find default package name.

Pillar / config required to test the proposed changes

default.

Debug log showing how the proposed changes work

salt-call state.sls salt.gitfs.pygit2

Documentation checklist

Testing checklist

Additional context