nginx/package: add onlyif requisite to nginx-old-init
This commit is contained in:
parent
545944cf7f
commit
571eb2908d
@ -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'] %}
|
||||||
|
Loading…
Reference in New Issue
Block a user