mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-02-19 19:28:43 +01:00
BREAKING CHANGES: This commit changes upstream repository naming conventions to get latest binaries and keys. If you depends on versions of salt from older, please stick with version 1.x.x of this formula
12 lines
211 B
YAML
12 lines
211 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
base:
|
|
'*':
|
|
- salt
|
|
'G@saltversioninfo:0:3004 and G@pythonversion:0:3':
|
|
- v3006-py3
|
|
'G@saltversioninfo:0:3003 and G@pythonversion:0:3':
|
|
- v3006-py3
|
|
...
|