mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 05:07:54 +01:00
Added fedora.
This commit is contained in:
parent
13f06a8ae5
commit
0166cd4097
@ -57,7 +57,10 @@ that differ from whats in defaults.yaml
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
'pygit2': 'python-pygit2',
|
'pygit2': salt['grains.filter_by']({
|
||||||
|
'Fedora': 'python2-pygit2',
|
||||||
|
'default': 'python-pygit2',
|
||||||
|
}, grain='os'),
|
||||||
'python_git': 'GitPython',
|
'python_git': 'GitPython',
|
||||||
'gitfs': {
|
'gitfs': {
|
||||||
'pygit2': {
|
'pygit2': {
|
||||||
|
Loading…
Reference in New Issue
Block a user