소스 검색

fix(windows): `py2` should still be default like other platforms

* add `-` if someone supplies `py3` in pillar, like other platforms
tags/v1.4.5
Dafydd Jones 4 년 전
부모
커밋
62f6d39d63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      salt/osfamilymap.yaml

+ 1
- 1
salt/osfamilymap.yaml 파일 보기

@@ -127,7 +127,7 @@ OpenBSD:
python_git: py-GitPython

Windows:
salt_minion: salt-minion{{ py_ver_repr or '-py3' }}
salt_minion: salt-minion{{ '-' ~ py_ver_repr if py_ver_repr else '' }}
config_path: 'C:\salt\conf'
minion_service: salt-minion


Loading…
취소
저장