mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-22 20:35:07 +02:00
ci: use pillars_from_directories & test/salt/pillar/top.sls
* Automated using https://github.com/myii/ssf-formula/pull/384
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
base:
|
||||
'*':
|
||||
- salt
|
||||
'G@saltversioninfo:0:3003 and G@pythonversion:0:3':
|
||||
- v3003-py3
|
||||
'G@saltversioninfo:0:3002 and G@pythonversion:0:3':
|
||||
- v3002-py3
|
||||
'G@saltversioninfo:0:3001 and G@pythonversion:0:3':
|
||||
- v3001-py3
|
||||
...
|
||||
Reference in New Issue
Block a user