salt-formula/test
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:/"
```
2021-03-03 21:10:07 +00:00
..
integration test(debian+ubuntu): update `pkgrepo` to use `https` instead of `http` 2021-03-03 21:10:07 +00:00
salt/pillar fix: revert to using `is mapping` in Jinja2 2021-03-02 00:40:07 +00:00