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:
Imran Iqbal
2021-11-17 21:53:16 +00:00
parent 4b1cbef932
commit 98c9dbfcfb
12 changed files with 612 additions and 192 deletions
+13
View File
@@ -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
...