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 년 전
Ross Perkins
c7ede18d76
Added optional ability to disable creation of /etc/nginx/sites-(available|enabled)
10 년 전
Robert Fairburn
6d3b1b6949
Use nginx_map.default_group for group in all places
10 년 전
Robert Fairburn
0a99a787c4
Fix support for os_family RedHat
10 년 전
Ross Perkins
746101c4e2
Source install now works. Paths now configurable. Added init.d.
10 년 전
Ajna Cackovic
f0f2f941a4
Wait until pkg:nginx is installed before adding /etc/nginx/nginx.conf
10 년 전
Travis J Parker
0da43d9861
move upstart-related states to their own file
10 년 전
Mark Lee
59c2f8b21f
Add pillar item to disable using upstart-based services
Fixes GH saltstack-formulas/nginx-formula#14 .
10 년 전
Erik
a2c9d686ed
fixing bug with common.sls that causes it to fail
11 년 전
Jeff Strunk
4542bd5142
remove extraneous nrpe include
11 년 전
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 년 전
David Czarnecki
b470a1b496
Re-organize nginx formula files
* Re-organize according to http://docs.saltstack.com/topics/conventions/formulas.html#writing-formulas
11 년 전
Ari Lerner
eb2bc62f5a
Updated structure as well as added package and source
11 년 전