mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-04-16 09:40:24 +00:00
13 lines
281 B
YAML
13 lines
281 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
base:
|
|
'*':
|
|
- salt
|
|
'G@saltversioninfo:0:3004 and G@pythonversion:0:3':
|
|
- v3004-py3
|
|
'G@saltversioninfo:0:3003 and G@pythonversion:0:3':
|
|
- v3003-py3
|
|
'G@saltversioninfo:0:3002 and G@pythonversion:0:3':
|
|
- v3002-py3
|
|
...
|