c8f9dd44e6
* Automated using https://github.com/myii/ssf-formula/pull/450
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':
|
|
- v3004-py3
|
|
'G@saltversioninfo:0:3003 and G@pythonversion:0:3':
|
|
- v3003-py3
|
|
...
|