Imran Iqbal
9816f473c5
test: standardise use of `share` suite & `_mapdata` state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
3 years ago
Imran Iqbal
e94a8c9dce
test(debian+ubuntu): update `pkgrepo` to use `https` instead of `http`
```
$ GREP_SED="\(pkgrepo: deb http\):" \
&& grep -rl "${GREP_SED}" test/integration/v* \
| xargs sed -i -e "/${GREP_SED}/s//\1s:/"
```
3 years ago
Dafydd Jones
a89fb3f4aa
fix: revert to using `is mapping` in Jinja2
* CVE-2021-25283 enables Jinja2 safe mode, which breaks use of
`'dict' in x.__class__.__name__` workaround
* Workaround no longer needed as CentOS 6 is EOL
3 years ago
Daniel Dehennin
6dbba14a29
chore(rubocop): allow use of `YAML.load` for `_mapdata.rb` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/296
3 years ago
Imran Iqbal
fb9901e3ac
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
3 years ago
Imran Iqbal
f00d7ad348
chore: standardise structure (`.gitignore` & `_mapdata.rb`) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
3 years ago
Imran Iqbal
da6d1509fd
test(_mapdata): generate verification files
3 years ago
Imran Iqbal
d2404d5175
test(map): verify `map.jinja` dump using `_mapdata` state
* Semi-automated using https://github.com/myii/ssf-formula/pull/285
3 years ago
Imran Iqbal
618f95a665
test(pkgs_spec): test for major version only (i.e. `3000`)
3 years ago
Imran Iqbal
127c5d779b
feat: add Gentoo support
* Semi-automated using https://github.com/myii/ssf-formula/pull/269
4 years ago
Imran Iqbal
9060879924
ci(kitchen+travis): adjust matrix to add `3001`
* Semi-automated using https://github.com/myii/ssf-formula/pull/230
4 years ago
Imran Iqbal
b2b1fee370
test(pkgs_spec): simplify using `match` (trigger: update for `suse`)
* https://travis-ci.org/github/myii/salt-formula/jobs/692337807#L2366-L2381
- `opensuse` now has `3000.3` available
* Simplification is useful anyway, even without this (could still use `case`)
4 years ago
Imran Iqbal
5917569464
test(pkgs_spec): update for releases `3000.3` & `2019.2.5`
* https://docs.saltstack.com/en/latest/topics/releases/3000.3.html
* https://docs.saltstack.com/en/latest/topics/releases/2019.2.5.html
4 years ago
Imran Iqbal
c228029879
test: add tests for `v3000-py2`
4 years ago
Imran Iqbal
4a5f8053e9
ci(kitchen+travis): adjust matrix to add `3000` & remove `2017.7`
* Semi-automated using https://github.com/myii/ssf-formula/pull/135
4 years ago