소스 검색

add default values for SUSE osfamily (#343)

master
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…
취소
저장