Garrett W
62e8ac0b33
Pillar fixes ( #217 )
Squashed from:
* pillar.example: an include was missing a colon
* pillar.example: 2 directives not indented properly
* pillar.example: added the stock log_format
* pillar.example: make log path match map.jinja
* pillar.example: worker_connections value from latest mainline nginx
* pillar.example: fixed other uses of include
* pillar.example: corrected formatting
* pillar.example: corrected log_format
* pillar.example: reset log_format to try another day
pirms 5 gadiem
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
pirms 9 gadiem
N
8921404935
Update based on review comments
pirms 6 gadiem
N
f2c4d80bf6
Document pid_file ( #96 )
pirms 6 gadiem
N
5dfeeb9d08
Fully document #193 stream module
pirms 6 gadiem
N
cc450e2d78
Document issue 93 in pillar.example
pirms 6 gadiem
N
2356b4a989
Fix bug related to #188
pirms 6 gadiem
N
f347c14c74
Document workaround for #122
pirms 6 gadiem
Fabian Schlager
cfd7e670f4
Add example
pirms 6 gadiem
Fabian Schlager
3125f9dbcc
Add support for snippets
pirms 7 gadiem
Alexandre Anriot
b2c07443ca
Allow installation of multiple packages
pirms 6 gadiem
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.
pirms 6 gadiem
Alberto Chiusole
f4b3530e50
Replace tabs in pillar.example with spaces.
tabs cause salt to trigger a render error because tabs are 'illegal':
```
yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
in "<unicode string>", line 33, column 32:
pid: /var/run/nginx.pid\t\t### Directory location must exist
^
```
pirms 6 gadiem
Konrad Mosoń
c75ad64348
Example for load_module: comment how it works
pirms 6 gadiem
Konrad Mosoń
9c4634d40a
Example for load_module
pirms 6 gadiem
Javier Bértoli
c5c1047865
Allow to specify a different passenger config file in nginx.ng
pirms 7 gadiem
Andres Montalban
ac90a9f07b
Fix for saltstack-formulas/nginx-formula/#172
pirms 7 gadiem
Andres Montalban
73899178fc
Remove trailing spaces
pirms 7 gadiem
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)
pirms 7 gadiem
David Seira
bc7f8f4970
Replace source for source_path variable name
pirms 7 gadiem
David Seira
1f697b9d6b
New feature - Enable the uploading of the config file (nginx.conf and sites) instead of templating those file
pirms 7 gadiem
Noel McLoughlin
433bda5671
Additional explanatory comments for pillar.example
pirms 7 gadiem
Noel McLoughlin
2e03d4c17d
Updated pillar.example file with installation learnings (OpenSUSE, Ubuntu, Fedora)
pirms 7 gadiem
Gilles Dartiguelongue
d2bc1e6d7c
Add support for specifying dh_param file name
pirms 7 gadiem
Gilles Dartiguelongue
19ab90ebb5
Add example for DH management
pirms 7 gadiem
abednarik
57011ba3bf
Make certificates path configurable.
pirms 7 gadiem
Javier Bértoli
79ddb497d0
Add support to install and configure passenger
pirms 7 gadiem
Renich Bon Ciric
92a8461ab3
replace the term vhost for server everywhere
pirms 8 gadiem
George Robinson
241d8683ed
Overwrite existing vhost files on a per vhost granularity
pirms 8 gadiem
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.
pirms 8 gadiem
Gianni Carabelli
91f92164be
enabled
pirms 8 gadiem
Enver
46785b79aa
Added support to control gpgcheck and gpgkey via pillar
pirms 9 gadiem
Rubén Díaz
ad62dac2b0
Adding default include for 'sites-enabled' dir
pirms 9 gadiem
Roshan Bangera
03c4902b9e
* added comment for pillar example
* removed override releasever variable use for CentOS
pirms 9 gadiem
Roshan Bangera
997ef47905
* added pillar variable to specify os release version for nginx package repo base url for RedHat family os hosts
pirms 9 gadiem
Imran Haider
36368cae5d
Added enabled_dir to pillar.example
pirms 9 gadiem
Andrew Vant
51b612002b
Added nginx.ng.certificates state.
pirms 9 gadiem
Imran Haider
481c3d6aa4
Separate 'dir' into 'available_dir' and 'enabled_dir'
pirms 9 gadiem
Juan Manuel
a303c8cc0c
Moved entirely to ubuntu's ppa
pirms 10 gadiem
Juan Manuel
c91377897a
Added option to use 'development' ppa
pirms 10 gadiem
Juan Manuel
88dfd0835c
Minor bugfix and updated pillar.example
pirms 10 gadiem
Ajna Cackovic
29b3aa6462
Update pillar.example
pirms 10 gadiem
Travis J Parker
a3bc2d73bb
support the official nginx.org apt repo for debian users (at least)
pirms 10 gadiem
Travis J Parker
37fb389133
syslog support in the sysvinit paradigm
the debian package installs the nginx service just fine, but the extra
fifo->syslog functionality would be nice to have under debian as well.
pirms 10 gadiem
Nitin Madhok
1c0e8d60ae
Revert "ENH: Add install_from_ppa pillar setting and PPA pkgrepo"
pirms 10 gadiem
Wes Turner
c696e87f34
ENH: Add install_from_ppa pillar setting and PPA pkgrepo
pirms 10 gadiem
Erik Johnson
eaf88dd5de
Quote "on" to keep it from being loaded as bool
Fixes #39 .
pirms 10 gadiem
Mark Lee
920ba9b1a4
Optionally include nginx.users via a pillar value
pirms 10 gadiem
Kent Shultz
a978ac74fc
change attribute name for better readability
pirms 10 gadiem
Kent Shultz
c2b896ea52
remove nginx -V check; add pillar example
pirms 10 gadiem