2019-01-27 00:49:19 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
|
|
|
|
Debian:
|
|
|
|
py2: 'apt'
|
|
|
|
py3: 'py3'
|
|
|
|
|
|
|
|
RedHat:
|
|
|
|
py2: 'yum'
|
|
|
|
py3: 'py3'
|
|
|
|
|
|
|
|
Suse: {}
|
|
|
|
|
|
|
|
Gentoo: {}
|
|
|
|
|
|
|
|
Arch: {}
|
|
|
|
|
|
|
|
Alpine: {}
|
|
|
|
|
|
|
|
FreeBSD: {}
|
|
|
|
|
|
|
|
OpenBSD: {}
|
|
|
|
|
2019-04-17 00:00:35 +02:00
|
|
|
# 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
|
2019-01-27 00:49:19 +01:00
|
|
|
Windows:
|
2019-04-17 00:00:35 +02:00
|
|
|
py2: ''
|
|
|
|
py3: '-py3'
|
2019-01-27 00:49:19 +01:00
|
|
|
|
|
|
|
MacOS:
|
|
|
|
py2: 'py2'
|
|
|
|
py3: 'py3'
|