Browse Source

Merge pull request #123 from grobinson-blockchain/master

Fix state fail when NGINX is already installed
tags/v0.55.0
Forrest 8 years ago
parent
commit
06fb1d666f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      nginx/ng/src.sls

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

- cwd: /tmp/nginx-{{ nginx.source_version }} - cwd: /tmp/nginx-{{ nginx.source_version }}
- require: - require:
- cmd: nginx_configure - cmd: nginx_configure
- onchanges:
- cmd: nginx_configure


nginx_install: nginx_install:
cmd.run: cmd.run:

Loading…
Cancel
Save