Georg
094bde5082
feat(opensuse): optional openSUSE devel repository
* fix(opensuse): update to openSUSE Leap >= 15.4
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
* 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>
* 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>
---------
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
1 vuosi sitten
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
2 vuotta sitten
Javier Bértoli
8fee9f05bd
revert(pkg): use grains.osfinger in a format suitable for all platforms
2 vuotta sitten
Javier Bértoli
b76e8cc664
refactor(pkgs): readbility
2 vuotta sitten
Javier Bértoli
037c13a674
feat(debian): use keyrings instead of key_ids
2 vuotta sitten
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
4 vuotta sitten
Imran Iqbal
ae6375cccc
fix(pkg): add inline EPEL repo configuration for Amazon Linux 2
3 vuotta sitten
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
```
5 vuotta sitten
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.
5 vuotta sitten
N
b6dc52444c
Enforce PPA's on Ubuntu(s) only; not Debian
6 vuotta sitten
Alexandre Anriot
b2c07443ca
Allow installation of multiple packages
6 vuotta sitten
Noel McLoughlin
6b09358838
Fix for OpenSuse leap, salt 2016.3.4-84.13
7 vuotta sitten
Javier Bértoli
0be21dff4c
Fix missing defaults when no `install_from_*` is set
7 vuotta sitten
Javier Bértoli
79ddb497d0
Add support to install and configure passenger
7 vuotta sitten
J. Eduardo
fb818fc4cd
Fixed reference to pkg state when installing from official Debian repo
7 vuotta sitten
Chris Sanders
ce2e8ea03b
Cleaned up comment
Removed comment after testing that this change works with xenial
8 vuotta sitten
Chris Sanders
4900d96a29
Use oscodename grain instead of hard coded trusty
8 vuotta sitten
George Robinson
5c68f12801
Separate NGINX install from source and package states
8 vuotta sitten
George Robinson
f24b066c43
Build from source with nginx.ng
Build NGINX from source with nginx.ng state with support for passing
compile time flags necessary for installing modules such as more headers
by the openresty project.
8 vuotta sitten
George Robinson
59bb5abb00
Use trusty packages
8 vuotta sitten
George Robinson
6d84de272f
Fix ppa install for Debian
On Ubuntu, you can take advantage of Personal Package Archives on Launchpad simply by specifying the user and archive name. On other apt-based systems this must be the complete entry as it would be seen in the sources.list file.
8 vuotta sitten
Bogdan Radulescu
3e6b236348
Support installing the packages from the official repo on Debian
8 vuotta sitten
Enver
46785b79aa
Added support to control gpgcheck and gpgkey via pillar
8 vuotta sitten
Krzysztof Pawłowski
dc5600d19e
ng.install: follow style recommendation
9 vuotta sitten
Krzysztof Pawłowski
1c1d338359
ng.install: subscribe to repo only if install_from_repo variable is set to true
9 vuotta sitten
Roshan Bangera
03c4902b9e
* added comment for pillar example
* removed override releasever variable use for CentOS
9 vuotta sitten
Roshan Bangera
997ef47905
* added pillar variable to specify os release version for nginx package repo base url for RedHat family os hosts
9 vuotta sitten
Zijad Purkovic
7f95a5a9db
Add nginx repo for RedHat family
9 vuotta sitten
Niels Abspoel
a275ee2451
Added opensuse support
Needed to add repo management because opensuse doesn't have nginx
in default repo
9 vuotta sitten
Juan Manuel
a303c8cc0c
Moved entirely to ubuntu's ppa
9 vuotta sitten
Juan Manuel
c91377897a
Added option to use 'development' ppa
10 vuotta sitten
Juan Manuel
9de2a2631c
Added nginx repo key for mainline
10 vuotta sitten
Juan Manuel
88dfd0835c
Minor bugfix and updated pillar.example
10 vuotta sitten
Juan Manuel
afc723802d
Choose mainline/stable from ppa at will
10 vuotta sitten
Wes Turner
b2122db4f6
BUG: Fix pkgrepo.managed, from_source -> install_from_source (consistency)
10 vuotta sitten
Nitin Madhok
1c0e8d60ae
Revert "ENH: Add install_from_ppa pillar setting and PPA pkgrepo"
10 vuotta sitten
Wes Turner
c696e87f34
ENH: Add install_from_ppa pillar setting and PPA pkgrepo
10 vuotta sitten
Chad Heuschober
ffafd1e0d7
More documentation touches.
10 vuotta sitten
Chad Heuschober
81de880fe0
Adds basic ng state functionality.
10 vuotta sitten