Imran Iqbal
0ab42d7ce8
feat(freebsd): update packages from `py37-*` => `py38-*`
3 years ago
Imran Iqbal
0e62858986
ci(3003.1): update inc. AlmaLinux, Rocky & `rst-lint` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/335
3 years ago
Imran Iqbal
5146c449d5
fix(oracle-7): use `osmajorrelease` instead of `$releasever`
Avoid this error:
```
ID: salt-master
Function: pkg.installed
Result: False
Comment: Error occurred installing package(s). Additional info follows:
errors:
- Running scope as unit run-402.scope.
Loaded plugins: ovl, ulninfo
https://repo.saltproject.io/py3/redhat/7Server/x86_64/3002/repodata/repomd.xml :
[Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
No package salt-master available.
Error: Nothing to do
```
3 years ago
Imran Iqbal
80542bad6e
fix(repo): update repo urls to `repo.saltproject.io`
Use the following command:
```
$ GREP_SED="\(repo\.salt\)stack\.com" \
&& grep -rl --exclude-dir=.git "${GREP_SED}" \
| grep -v .un~$ \
| xargs sed -i -e "/${GREP_SED}/s//\1project.io/g"
```
3 years ago
Imran Iqbal
e6bcdc1b4d
test: update for new platforms (inc. using `system` library)
3 years ago
Imran Iqbal
61201de8c6
fix(openbsd): update to provide support for most recent versions
3 years ago
Imran Iqbal
bbd7286240
refactor(retry_options): provide options from defaults/pillar
3 years ago
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
6aeaa5ac94
test(tumbleweed): add map verification files
3 years ago
Imran Iqbal
48f8da0357
fix(osfamilymap): update openSUSE `pkgrepo` URLs
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
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
42cacc253f
test(sodium): add pillar and tests for `3001`
4 years ago