Robert Fairburn
5b7d7ea70e
fix(master): master.d template to support saltclass ext_pillar
3年前
Imran Iqbal
b475e24638
test: centralise all suites into `default` suite
Modify the `default` suite to use the `saltmajorversion` InSpec input
rather than the `version` variable in `pkgs_spec.rb`.
3年前
Imran Iqbal
c16e7a3b75
test(_mapdata): update verification files for `master_type: str`
Use the following command:
```
$ GREP_SED="^\(\s\+master_type: \)true" \
&& grep -rl "${GREP_SED}" test/integration/ \
| xargs sed -i -e "/${GREP_SED}/s//\1str/"
```
3年前
Imran Iqbal
374527b235
ci(vagrant): add OpenBSD 6.9 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/327
3年前
Imran Iqbal
61201de8c6
fix(openbsd): update to provide support for most recent versions
3年前
Imran Iqbal
bbd7286240
refactor(retry_options): provide options from defaults/pillar
3年前
Imran Iqbal
e31a56e7a3
test(_mapdata): add Arch Linux verification file
3年前
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年前
Imran Iqbal
da6d1509fd
test(_mapdata): generate verification files
3年前