Browse Source

Add os_family default for gitpython on RedHat

salt.gitfs.gitpython.install_from_source == False on RedHat
Not sure about other O/S'es as to what default value should be
master
Colin Stubbs 6 years ago
parent
commit
d40d869883
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      salt/map.jinja

+ 3
- 0
salt/map.jinja View File

}, grain='os'), }, grain='os'),
'python_git': 'GitPython', 'python_git': 'GitPython',
'gitfs': { 'gitfs': {
'gitpython': {
'install_from_source': False,
},
'pygit2': { 'pygit2': {
'install_from_source': False, 'install_from_source': False,
'git': { 'git': {

Loading…
Cancel
Save