Sfoglia il codice sorgente
Merge pull request #285 from netmanagers/include-deps-in-extend
fix(servers): include main config file watch in extend
tags/v2.7.4
Imran Iqbal
3 anni fa
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con
2 aggiunte e
0 eliminazioni
-
nginx/servers.sls
|
|
@@ -22,7 +22,9 @@ extend: |
|
|
|
service: |
|
|
|
- reload: True |
|
|
|
- require: |
|
|
|
- file: nginx_config |
|
|
|
{{ file_requisites(server_states) }} |
|
|
|
- listen: |
|
|
|
- file: nginx_config |
|
|
|
{{ file_requisites(server_states) }} |
|
|
|
{% endif %} |