Imran Iqbal
46dff1596a
fix: prevent running of states deprecated in `v1.0.0`
* Route all to `nginx/deprecated.sls`
5 jaren geleden
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 jaren geleden
Eric Veiras Galisson
cfed4ce2d1
fix: corrected indentation on context in file.managed states
5 jaren geleden
Bernhard M. Wiedemann
8c780fa63f
Use home and conf_dir from map.jinja
to reduce duplication of constants
6 jaren geleden
Benjamin Mosior
a73097aa19
Resolve missing dependency for nginx home dir.
To resolve the occurrence of the below error, a dependency has been added to require the nginx user first be created, either by nginx package installation or explicitly with salt (when installing nginx from source).
```
----------
ID: /var/www
Function: file.directory
Result: False
Comment: User nginx is not available Group nginx is not available
Started: 15:50:02.070799
Duration: 0.531 ms
Changes:
----------
```
9 jaren geleden
Ross Perkins
c7ede18d76
Added optional ability to disable creation of /etc/nginx/sites-(available|enabled)
10 jaren geleden
Robert Fairburn
6d3b1b6949
Use nginx_map.default_group for group in all places
10 jaren geleden
Robert Fairburn
0a99a787c4
Fix support for os_family RedHat
10 jaren geleden
Ross Perkins
746101c4e2
Source install now works. Paths now configurable. Added init.d.
10 jaren geleden
Ajna Cackovic
f0f2f941a4
Wait until pkg:nginx is installed before adding /etc/nginx/nginx.conf
10 jaren geleden
Travis J Parker
0da43d9861
move upstart-related states to their own file
10 jaren geleden
Mark Lee
59c2f8b21f
Add pillar item to disable using upstart-based services
Fixes GH saltstack-formulas/nginx-formula#14 .
10 jaren geleden
Erik
a2c9d686ed
fixing bug with common.sls that causes it to fail
11 jaren geleden
Jeff Strunk
4542bd5142
remove extraneous nrpe include
11 jaren geleden
David Czarnecki
14310ff263
Fix a filename and pillar key issue
* Ensure `common.sls` references correct template filename
* Use `pillar.get(...)` for message_do_not_modify with default
11 jaren geleden
David Czarnecki
b470a1b496
Re-organize nginx formula files
* Re-organize according to http://docs.saltstack.com/topics/conventions/formulas.html#writing-formulas
11 jaren geleden
Ari Lerner
eb2bc62f5a
Updated structure as well as added package and source
11 jaren geleden