Browse Source

Merge pull request #67 from CorwinTanner/patch-1

Fixed "no service named nginx" chkconfig error.
susefix
Nitin Madhok 10 years ago
parent
commit
5cad45126e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/package.sls

+ 1
- 1
nginx/package.sls View File

@@ -45,7 +45,7 @@ nginx-old-init-disable:
- name: {{ nginx.old_init_disable }}
- require{{ _in }}:
- module: nginx-old-init
- unless: [ ! -f /etc/init.d/nginx ]
- onlyif: [ -f /etc/init.d/nginx ]
{% endif %}

{% if grains.get('os_family') == 'Debian' %}

Loading…
Cancel
Save