Imran Iqbal
022345da76
chore: use semantic-release
cross-formula standard structure
...
* Automated using `ssf-formula` (v0.1.0-rc.2)
2019-07-25 09:37:25 +01:00
nb
aa87721bc2
fix(snippets): removed appending of ".conf"
...
(...) for snippets filename.
BREAKING CHANGE: Users have to modify their pillar
according to this commit. Users MUST append '.conf' for their
existing managed snippets.
2019-06-20 00:11:31 +11:00
Sammy
d5262ea5df
feat(tofs): first implemetation + tplroot
...
First implementation of TOFS for:
nginx_config, passenger_config, servers_config and snippets
Introduced tplroot on modified files as well
Fixed GH link of nginx.conf file in docs/TOFS_pattern.rst
Fixed test for snippets name pillar
2019-06-04 08:57:21 +11:00
Imran Iqbal
46dff1596a
fix: prevent running of states deprecated in v1.0.0
...
* Route all to `nginx/deprecated.sls`
2019-05-13 13:06:04 +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
Imran Iqbal
c24d2b64d4
ci(travis): fix opensuse
tests
2019-04-17 11:00:23 +01:00
Eric Veiras Galisson
cfed4ce2d1
fix: corrected indentation on context in file.managed states
2019-04-11 15:02:18 +02:00
sam
0ecdee9c35
added default snippets directory for FreeBSD platform
2019-03-06 11:43:03 +11:00
N
cea121299e
Updated for Suse 15.0
2019-02-21 18:16:03 +00:00
Heinz Wiesinger
1541a59c83
Fix multiple values for the same key (include/listen) in server config file.
...
With this one can now also write
- include:
- file1
- file2
Rather than only
- include: file1
- include: file2
2019-02-19 09:26:15 +01:00
Niels Abspoel
a1220edb36
Merge pull request #209 from noelmcloughlin/fixes6
...
Fix sites-available bug in formula logic
2019-01-25 21:50:40 +01:00
N
2356b4a989
Fix bug related to #188
2019-01-25 19:20:58 +00:00
Niels Abspoel
14572a1c3a
Merge pull request #128 from ghost/master
...
Fix build deps for NGINX NG build from source
2019-01-25 20:04:07 +01:00
Niels Abspoel
bd9fb88eee
Merge pull request #205 from noelmcloughlin/master
...
makedirs needed for 'available_dir' pillar
2019-01-25 19:51:56 +01:00
Niels Abspoel
2a97b07084
Merge pull request #206 from noelmcloughlin/fixes2
...
Fix #182 bug
2019-01-25 19:50:54 +01:00
Niels Abspoel
60b8e74bc0
Merge pull request #207 from noelmcloughlin/fixes3
...
Enforce PPA's on Ubuntu(s) only; not Debian
2019-01-25 19:50:23 +01:00
N
b6dc52444c
Enforce PPA's on Ubuntu(s) only; not Debian
2019-01-25 15:09:13 +00:00
N
e5b96c169e
Fix #182
2019-01-25 13:25:11 +00:00
N
86f0ae93eb
makedirs is important for 'available_dir' pillar
2019-01-23 22:56:22 +00:00
N
5ca0ef2446
Merge branch 'master' into unsorted_context_mappings
2019-01-23 20:16:00 +00:00
N
698f7cc724
Merge pull request #177 from Perceptyx/fix_config_require
...
Servers config should require available/enabled dirs
2019-01-23 20:09:15 +00:00
Bernhard M. Wiedemann
42ad7c11d8
Fix detection of systemd
...
on openSUSE Leap 15.0, the string was systemd.cpython-36
2018-12-20 13:19:28 +01:00
Bernhard M. Wiedemann
6f5ac946d1
Add support for SUSE OSes
...
like openSUSE and SLES
2018-12-20 12:37:46 +01:00
Bernhard M. Wiedemann
8c780fa63f
Use home and conf_dir from map.jinja
...
to reduce duplication of constants
2018-12-20 12:37:03 +01:00
Niels Abspoel
355a968a2b
Merge pull request #197 from MEschenbacher/pillarcert
...
deploy certificates directly from pillar
2018-10-20 20:19:56 +02:00
Fabian Schlager
3125f9dbcc
Add support for snippets
2018-10-20 16:29:13 +02:00
Alexandre Anriot
b2c07443ca
Allow installation of multiple packages
2018-10-19 16:15:01 +02:00
Maximilian Eschenbacher
cb030b04ac
deploy certificates directly from pillar
...
... by providing a pillar string. I developed this for use in
combination with ext_pillar and file_tree to deploy letsencrypt
certificates.
2018-10-04 16:26:37 +02:00
Konrad Mosoń
f16d800c83
Allow to use load_module without including external files
2018-05-08 19:13:03 +02:00
Andres Montalban
7a71b09da5
Merge remote-tracking branch 'upstream/master' into fix_config_require
2018-04-26 16:00:02 -03:00
Andres Montalban
dabbc99cc1
Servers config should require available/enabled dirs
2018-04-26 15:59:49 -03:00
Niels Abspoel
4b3d5bf624
Merge pull request #190 from arthurlogilab/nginx-users-makedirs
...
[nginx/users] convert file.present into file.managed with no content
2018-04-24 12:26:58 +02:00
Arthur Lutz
4da13b9f8b
[nginx/users] convert file.present into file.managed with no content
2018-04-24 11:20:08 +02:00
Niels Abspoel
5a7e113a15
Merge pull request #189 from arthurlogilab/nginx-users-makedirs
...
[nginx/users] add makedirs to htpasswd deploy
2018-04-24 11:02:25 +02:00
Arthur Lutz
28d1069617
[nginx/users] add makedirs to htpasswd deploy
2018-04-24 11:01:29 +02:00
Niels Abspoel
d0800e9aac
Merge pull request #183 from arthurlogilab/patch-4
...
Touch htpassw for nginx
2018-03-18 21:13:08 +01:00
Javier Bértoli
c5c1047865
Allow to specify a different passenger config file in nginx.ng
2018-02-13 21:27:15 -03:00
Arthur Lutz
78ddf90f5b
[users] use {{ htauth }} variable
2018-01-24 16:56:43 +01:00
Arthur Lutz
f3ef626ec4
[users.sls] touch /etc/nginx/.htpasswd
2018-01-24 16:44:51 +01:00
Andres Montalban
ac90a9f07b
Fix for saltstack-formulas/nginx-formula/#172
2017-12-22 10:33:23 -03:00
Matt M
19d0102c2e
Ensure that pillar.get on nginx 🆖 dhparam has a sane
...
default value if dhparam isn't defined in the pillar.
2017-12-20 22:31:49 -05:00
Niels Abspoel
1db6ddeb66
Merge pull request #82 from devaos/master
...
Allow debug symbols to be included when compiling from source
2017-12-16 09:27:26 +01:00
Niels Abspoel
4204505489
Merge pull request #153 from EvaSDK/add_dhparam_creation
...
Add dhparam creation
2017-12-16 09:26:20 +01:00
Andres Montalban
73899178fc
Remove trailing spaces
2017-12-12 17:10:51 -03:00
Andres Montalban
7e259ebdd4
Add support for FreeBSD
2017-12-12 17:08:06 -03:00
David Seira
f50c7e27e1
New Feature - Added deleted option to be able to remove site files (clean up sites folder)
...
Improvement - Disable reload of nginx when enabled=False (previously the nginx was always reloaded if settings.config != None; even with enabled=False)
2017-09-01 11:23:15 +02:00
David Seira
60b5c732d7
Fix in config.sls with the new naming for source_path
2017-08-31 13:36:10 +02:00
David Seira
8c0259c593
Replace source for source_path variable name in nginx.conf file
2017-08-31 13:22:55 +02:00
David Seira
bc7f8f4970
Replace source for source_path variable name
2017-08-31 13:19:46 +02:00
David Seira
1f697b9d6b
New feature - Enable the uploading of the config file (nginx.conf and sites) instead of templating those file
2017-08-30 19:48:44 +02:00