945f2958e3
fix(opensuse): pkgrepo.absent TypeError
...
Repository can only be removed by name, other fields cause del_repo() to
fail.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-05 03:14:46 +01:00
b4804e40fe
feat(opensuse): optional openSUSE devel repository
...
All modern openSUSE releases (Leap 15.x, Tumbleweed) ship nginx in the
default repositories. The devel repository should not be used unless the
user knows what they are doing.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-05 03:14:46 +01:00
78d4f26c8f
fix(opensuse): update to openSUSE Leap >= 15.4
...
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-05 03:14:43 +01:00
Javier Bértoli
d1d3e552ad
fix(debian): avoid adding repositories entries multiple times
...
Entries are being duplicated as described in
* https://github.com/saltstack/salt/issues/60220 and
* https://github.com/saltstack/salt/issues/59785#issuecomment-826590482
2022-03-01 13:42:37 -03:00
Javier Bértoli
8fee9f05bd
revert(pkg): use grains.osfinger in a format suitable for all platforms
2022-02-03 11:45:11 -03:00
Javier Bértoli
b76e8cc664
refactor(pkgs): readbility
2022-02-03 10:53:14 -03:00
Javier Bértoli
037c13a674
feat(debian): use keyrings instead of key_ids
2022-02-02 18:55:23 -03:00
Javier Bértoli
7271c9d16c
fix(passenger): various fixes
...
* correctly set dependencies in configuration
* update RPM repo key
* add tests for passenger installation as nginx module
* update test matrix
2021-03-11 13:35:24 -03:00
Imran Iqbal
ae6375cccc
fix(pkg): add inline EPEL repo configuration for Amazon Linux 2
2021-02-14 08:24:15 +00:00
Imran Iqbal
06d055e220
fix(pkg.sls): fix salt-lint
errors
...
```bash
Examining nginx/pkg.sls of type state
[201] Trailing whitespace
nginx/pkg.sls:149
- gpgcheck: 0
```
2019-10-09 14:44:45 +01:00
Eric Veiras Galisson
0fc507055d
refactor: replace old nginx
with nginx.ng
...
BREAKING CHANGE: all previous `nginx` based configurations must be reviewed;
`nginx.ng` usage must be promoted to `nginx` and any uses of the original
`nginx` will have to be converted.
2019-05-12 17:13:17 +01:00