瀏覽代碼

add default values for SUSE osfamily (#343)

tags/v0.57.0
Theo Chatzimichos 7 年之前
父節點
當前提交
3fd9b0964d
共有 1 個文件被更改,包括 12 次插入1 次删除
  1. +12
    -1
      salt/map.jinja

+ 12
- 1
salt/map.jinja 查看文件

@@ -83,7 +83,18 @@ that differ from whats in defaults.yaml
'gitfs_provider': 'pygit2'
},
},
'Suse': {},
'Suse': {
'pygit2': 'python-pygit2',
'pyinotify': 'python-pyinotify',
'gitfs': {
'pygit2': {
'install_from_source': False,
},
},
'master': {
'gitfs_provider': 'pygit2'
},
},
'Gentoo': {
'salt_master': 'app-admin/salt',
'salt_minion': 'app-admin/salt',

Loading…
取消
儲存