Imran Iqbal
f4a91c458c
test(_mapdata): use 15.3
for opensuse-15.yaml
2021-10-05 09:44:54 +01:00
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
2021-09-17 15:50:54 -03:00
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/"
```
2021-09-04 21:27:44 +01:00
Imran Iqbal
42d64870e3
test(_mapdata): add AlmaLinux verification file [skip ci]
2021-08-19 08:12:07 +01:00
Imran Iqbal
0ab42d7ce8
feat(freebsd): update packages from py37-*
=> py38-*
2021-07-14 14:42:28 +01:00
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
```
2021-05-25 21:03:37 +01:00
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"
```
2021-05-25 19:27:15 +01:00
Imran Iqbal
752a1dea22
test(aluminium): add pillar, tests and verification files for 3003
2021-04-22 08:52:57 +01:00