Merge pull request #140 from scub/nginx_old_init_onlyif_exists

nginx/package: add onlyif requisite to nginx-old-init
This commit is contained in:
Forrest 2016-12-01 14:12:02 -08:00 committed by GitHub
commit a59ca4c26c

View File

@ -28,6 +28,7 @@ nginx-old-init:
- file: nginx-old-init - file: nginx-old-init
- require_in: - require_in:
- file: nginx - file: nginx
- onlyif: [ -e /var/run/nginx.pid ]
# RedHat requires the init file in place to chkconfig off # RedHat requires the init file in place to chkconfig off
{% if nginx['disable_before_rename'] %} {% if nginx['disable_before_rename'] %}