Skip to content

Commit 1f0cefd

Browse files
committed
fix(windows): use correct salt-minion package name
* From `salt-winrepo-ng`: + https://github.com/saltstack/salt-winrepo-ng/blob/master/salt-minion-py2.sls - Package: `salt-minion` + https://github.com/saltstack/salt-winrepo-ng/blob/master/salt-minion-py3.sls - Package: `salt-minion-py3` * Close #411
1 parent f5ab70e commit 1f0cefd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

salt/osfamilymap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ OpenBSD:
117117
python_git: py-GitPython
118118

119119
Windows:
120-
salt_minion: salt-minion
120+
salt_minion: salt-minion{{ py_ver_repr }}
121121
config_path: 'C:\salt\conf'
122122
minion_service: salt-minion
123123

salt/ospyvermap.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ FreeBSD: {}
2121

2222
OpenBSD: {}
2323

24+
# This is *not* used directly with https://repo.saltstack.com
25+
# Rather, this is used with `salt-winrepo-ng`, where the package names are:
26+
# * py2: salt-minion
27+
# * py3: salt-minion-py3
2428
Windows:
25-
py2: 'Py2'
26-
py3: 'Py3'
29+
py2: ''
30+
py3: '-py3'
2731

2832
MacOS:
2933
py2: 'py2'

0 commit comments

Comments
 (0)