George Robinson
5c68f12801
Separate NGINX install from source and package states
před 8 roky
George Robinson
874719e49e
Fix absent /var/log/nginx
před 8 roky
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.
před 8 roky
George Robinson
59bb5abb00
Use trusty packages
před 8 roky
George Robinson
6d84de272f
Fix ppa install for Debian
On Ubuntu, you can take advantage of Personal Package Archives on Launchpad simply by specifying the user and archive name. On other apt-based systems this must be the complete entry as it would be seen in the sources.list file.
před 8 roky
Heinz Wiesinger
dba53b833f
Add lookup index for CentOS
před 9 roky
Bogdan Radulescu
3e6b236348
Support installing the packages from the official repo on Debian
před 8 roky
Enver
46785b79aa
Added support to control gpgcheck and gpgkey via pillar
před 8 roky
Elliot Murphy
3ef1cf5265
Fix the command that was killing nginx process.
před 9 roky
Gilles Dartiguelongue
294a775b98
Workaround for include being defined too early
This is crap but configuration for http scope cannot be both ordered and
merged from map.jinja it seems, see issue #40 .
před 9 roky
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:
----------
```
před 9 roky
Brandon Bradley
874274b559
add LSB header to logger sysv init script
před 9 roky
Krzysztof Pawłowski
dc5600d19e
ng.install: follow style recommendation
před 9 roky
Krzysztof Pawłowski
1c1d338359
ng.install: subscribe to repo only if install_from_repo variable is set to true
před 9 roky
Gilles Dartiguelongue
586a7c80c3
Add support for Gentoo to nginx.ng
před 9 roky
Aline Freitas
aa0314e90d
Get salt version from grains + fix state function name for groupinstall
před 9 roky
Aline Freitas
7684d6b0a9
It should be just <, not <= when comparing salt version.
před 9 roky
Aline Freitas
da1405c5e7
Add support for building from source with os_family=RedHat
před 9 roky
Roshan Bangera
afea3d245e
* fixed previous commit
před 9 roky
Roshan Bangera
62ab6a9502
* added pillar variable to specify os release version for nginx package repo base url for RedHat family os hosts
* added comment for pillar example
* removed override releasever variable use for CentOS
před 9 roky
Roshan Bangera
03c4902b9e
* added comment for pillar example
* removed override releasever variable use for CentOS
před 9 roky
Roshan Bangera
997ef47905
* added pillar variable to specify os release version for nginx package repo base url for RedHat family os hosts
před 9 roky
Johan Ström
f0d2281525
RedHat uses /var/run, not /run
před 9 roky
Andrew Vant
51b612002b
Added nginx.ng.certificates state.
před 9 roky
Imran Haider
481c3d6aa4
Separate 'dir' into 'available_dir' and 'enabled_dir'
před 9 roky
Imran Haider
f720e52158
Add support for Arch Linux
před 9 roky
Zijad Purkovic
7f95a5a9db
Add nginx repo for RedHat family
před 9 roky
Étienne BERSAC
03f73add16
Fix nginx config on systemd
před 9 roky
Niels Abspoel
a275ee2451
Added opensuse support
Needed to add repo management because opensuse doesn't have nginx
in default repo
před 9 roky
Juan Manuel
a303c8cc0c
Moved entirely to ubuntu's ppa
před 9 roky
Niels Abspoel
4a976bf1ab
added test for value None, to be an absent value
this is needed on archlinux where the pid file is set by systemd
not the nginx.conf file.
In the pillar file you just add
pid:
an value of 'None' and no pid entry in nginx.conf.
this now works with every None value set in the pillar file
před 10 roky
Juan Manuel
c91377897a
Added option to use 'development' ppa
před 10 roky
Juan Manuel
9de2a2631c
Added nginx repo key for mainline
před 10 roky
Juan Manuel
88dfd0835c
Minor bugfix and updated pillar.example
před 10 roky
Juan Manuel
afc723802d
Choose mainline/stable from ppa at will
před 10 roky
Seth House
137482d175
Change states to use short-dec style
před 10 roky
CorwinTanner
51844f2820
Fixed "no service named nginx" chkconfig error.
chkconfig was attempting to remove /etc/init.d/nginx when it did not exist.
před 10 roky
Ross Perkins
da9498bb45
Fixed is-nginx-source-modified in the case where you're using a Github tarball as the URL, and it unzips to some freaky directory name instead of a nice name like we expected.
před 10 roky
Ross Perkins
2a679f9597
Update init.d script to allow custom service name
před 10 roky
Ross Perkins
3a158a278c
Added optional ability to NOT start nginx after compiling and installing
před 10 roky
Ross Perkins
5cad1002fc
Fixed some dependencies
před 10 roky
Ross Perkins
ce0e3384eb
Added optional 'service_name' pillar config, to change the name of the service from 'nginx' to whatever you want it to be.
před 10 roky
Ross Perkins
5531662527
No longer implicitly delete files ending in ".default", if you want to delete those, name them in the pillar.
před 10 roky
Forrest Alvarez
e511042ac7
Update the map file for ng to use nginx as the redhat user instead of httpd.
před 10 roky
Ari Aosved
7a3c370f35
allow the url to the source tarball to be overridden
před 10 roky
Ari Aosved
bc51ffbd2b
Rebuild nginx if the source files, or module source files, are newer than the nginx binary
před 10 roky
Ross Perkins
b48f6cf98f
Added 'silence_compiler' option which will cause all stdout from source build/install to be suppressed (logged to a file, in case you want to see it later). stderr is also logged to file, but if there is an error then stderr is copied to Salt so it comes back with the highstate payload.
před 10 roky
Ross Perkins
2c809fa402
Now restart nginx service instead of reload. Reload, while nice on config updates, doesn't have the required effect when you upgrade nginx. If we can reload on config update and restart on code upgrade, that would be great. For now we just always restart.
před 10 roky
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.
před 10 roky
Ross Perkins
c7ede18d76
Added optional ability to disable creation of /etc/nginx/sites-(available|enabled)
před 10 roky