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
42d64870e3
test(_mapdata): add AlmaLinux verification file [skip ci]
преди 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
752a1dea22
test(aluminium): add pillar, tests and verification files for `3003`
преди 3 години
Imran Iqbal
bbd7286240
refactor(retry_options): provide options from defaults/pillar
преди 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 години