1f0cefdb78
* 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
35 lines
431 B
YAML
35 lines
431 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
|
|
Debian:
|
|
py2: 'apt'
|
|
py3: 'py3'
|
|
|
|
RedHat:
|
|
py2: 'yum'
|
|
py3: 'py3'
|
|
|
|
Suse: {}
|
|
|
|
Gentoo: {}
|
|
|
|
Arch: {}
|
|
|
|
Alpine: {}
|
|
|
|
FreeBSD: {}
|
|
|
|
OpenBSD: {}
|
|
|
|
# This is *not* used directly with https://repo.saltstack.com
|
|
# Rather, this is used with `salt-winrepo-ng`, where the package names are:
|
|
# * py2: salt-minion
|
|
# * py3: salt-minion-py3
|
|
Windows:
|
|
py2: ''
|
|
py3: '-py3'
|
|
|
|
MacOS:
|
|
py2: 'py2'
|
|
py3: 'py3'
|