瀏覽代碼

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
tags/v0.57.0
Colin Stubbs 6 年之前
父節點
當前提交
d40d869883
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      salt/map.jinja

+ 3
- 0
salt/map.jinja 查看文件

@@ -71,6 +71,9 @@ that differ from whats in defaults.yaml
}, grain='os'),
'python_git': 'GitPython',
'gitfs': {
'gitpython': {
'install_from_source': False,
},
'pygit2': {
'install_from_source': False,
'git': {

Loading…
取消
儲存