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 years ago
Javier Bértoli
ae52641cfc
style(map.jinja): remove empty line
2 years ago
Javier Bértoli
b76e8cc664
refactor(pkgs): readbility
2 years ago
Imran Iqbal
4cd351adbc
fix(freebsd): add `openssl` pkg and update all `default` tests
3 years ago
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 years ago
Javier Bértoli
b396b24fe4
feat(config): validate config before applying
4 years ago
fthenard
a373bdab79
feat(add purge option): purge sites option
4 years ago
Imran Iqbal
49caf8cd69
fix(map.jinja): use upstream default for `worker_connections`
* Close #261
* https://nginx.org/en/docs/ngx_core_module.html#worker_connections
5 years ago
Imran Iqbal
0772d8a8d0
fix(map.jinja): fix `salt-lint` errors
```bash
Examining nginx/map.jinja of type state
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:175
})%}
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:181
})%}
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:188
})%}
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:192
})%}
[202] Jinja statement should have spaces before and after: {% statement %}
nginx/map.jinja:195
})%}
```
5 years ago
N
ab6148c064
feat(linux): archlinux support (no osfinger grain)
5 years ago
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 years ago
Bernhard M. Wiedemann
6f5ac946d1
Add support for SUSE OSes
like openSUSE and SLES
6 years ago
Aline Freitas
aa0314e90d
Get salt version from grains + fix state function name for groupinstall
9 years ago
Aline Freitas
da1405c5e7
Add support for building from source with os_family=RedHat
9 years ago
Ross Perkins
2cdd917550
Moved use_upstart and use_sysvinit default values into map.jinja. Source install now using default user/group names defined in map.jinja. Moved more default definitions from source.sls into map.jinja.
10 years ago
Robert Fairburn
0a99a787c4
Fix support for os_family RedHat
10 years ago
Renoir Boulanger
e0365dca58
Using in top.sls state was failing because of missing map
10 years ago
Nitin Madhok
1c0e8d60ae
Revert "ENH: Add install_from_ppa pillar setting and PPA pkgrepo"
10 years ago
Wes Turner
c696e87f34
ENH: Add install_from_ppa pillar setting and PPA pkgrepo
10 years ago
root
a03ece8de4
Added map file to resolve apache utils package name
10 years ago