Browse Source

Fix state fail when NGINX is already installed

susefix
George Robinson 8 years ago
parent
commit
f4bd172adc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      nginx/ng/src.sls

+ 2
- 0
nginx/ng/src.sls View File

@@ -42,6 +42,8 @@ nginx_compile:
- cwd: /tmp/nginx-{{ nginx.source_version }}
- require:
- cmd: nginx_configure
- onchanges:
- cmd: nginx_configure

nginx_install:
cmd.run:

Loading…
Cancel
Save