hk
a932a8cc84
fix: update to modern defaults for Debian family
Don't add key_url as it is deprecated and not needed when
pkgrepo_keyring is set. This has been supported since stretch so make it
the default. Also use py3 repo by default for Debian family as it is now
the only option.
Additionally, Raspbian has been updated to use signed-by by default.
пре 3 година
Javier Bértoli
47ab261b39
fix(debian,ubuntu): rename repo file to match documentation
Also:
* add keyring file for the salt repo, due to `apt-key` deprecation
* remove old repository file
пре 3 година
Javier Bértoli
cd2a0bfdf0
ci(mapdata): remove Ubuntu 16.04 [skip ci]
пре 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
0ab42d7ce8
feat(freebsd): update packages from `py37-*` => `py38-*`
пре 3 година
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 година
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 година
Imran Iqbal
374527b235
ci(vagrant): add OpenBSD 6.9 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/327
пре 3 година
Imran Iqbal
752a1dea22
test(aluminium): add pillar, tests and verification files for `3003`
пре 3 година
Imran Iqbal
10ae613cae
test(freebsd): add `map.jinja` verification file (for 13.0)
пре 3 година
Imran Iqbal
fd285d8c5b
ci(vagrant): add Windows 10 pre-salted box [skip ci]
* Semi-automated using https://github.com/myii/ssf-formula/pull/313
* Add Window 10 map verification file
пре 3 година
Imran Iqbal
a30f124485
fix(freebsd): fix package names [skip ci]
Resolves issues introduced in 24ebbb4e0c
.
пре 3 година
Imran Iqbal
26f2cc1ef0
test(freebsd-11): fix `osfinger` in comment [skip ci]
пре 3 година
Imran Iqbal
24ebbb4e0c
fix(freebsd): 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 година
Imran Iqbal
e0afe89f24
test: add Windows map verification files
пре 3 година
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 година
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
6aeaa5ac94
test(tumbleweed): add map verification files
пре 3 година
Imran Iqbal
48f8da0357
fix(osfamilymap): update openSUSE `pkgrepo` URLs
пре 3 година
Imran Iqbal
da6d1509fd
test(_mapdata): generate verification files
пре 3 година