module-nginx/manifests
Guzmán Brasó 197ad06bce Implementation of new vars configtest_enable and service_restart and their respective optional arguments.
Argument configtest_enable / params.pp $nx_configtest_enable
* Default false
* If true will set service[nginx] restart with contents of nx_service_restart.

Argument service_restart / params.pp $nx_service_restart
* Default '/etc/init.d/nginx configtest && /etc/init.d/nginx restart'
* Since nginx 0.7.53 nginx supports '-s HUP' which will reload testing configuration first, to be backwards compatible above default was choosen.

Many distributions of nginx already implement a configtest before restart, however many doesn't, and many
even don't provide restart but a stop/start combination. If configtest_enable is true then puppet will force
nginx to do a configtest no matter if it was going or not to do it itself.
2012-10-02 01:43:36 -03:00
..
package support platforms that don't supply lsbmajdistrelease fact 2012-09-03 11:31:40 -07:00
resource Merge pull request #17 from lboynton/nginx-alias 2012-10-01 12:36:16 -07:00
config.pp Added purge support in confd. 2012-10-01 23:31:50 -03:00
init.pp Implementation of new vars configtest_enable and service_restart and their respective optional arguments. 2012-10-02 01:43:36 -03:00
package.pp support redhat as operating system in addition to rhel 2012-09-02 01:48:52 -07:00
params.pp Implementation of new vars configtest_enable and service_restart and their respective optional arguments. 2012-10-02 01:43:36 -03:00
service.pp Implementation of new vars configtest_enable and service_restart and their respective optional arguments. 2012-10-02 01:43:36 -03:00