Explorar el Código

Merge pull request #135 from aboe76/nginx_ng_listen

change watch to listen so it will only trigger a refresh of the service at the end
susefix
Forrest hace 8 años
padre
commit
3c6f0e343e
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. +1
    -1
      nginx/ng/init.sls
  2. +1
    -1
      nginx/ng/servers.sls
  3. +1
    -1
      nginx/ng/service.sls

+ 1
- 1
nginx/ng/init.sls Ver fichero

@@ -13,7 +13,7 @@ include:
extend:
nginx_service:
service:
- watch:
- listen:
- file: nginx_config
- require:
- file: nginx_config

+ 1
- 1
nginx/ng/servers.sls Ver fichero

@@ -23,7 +23,7 @@ nginx_service_reload:
- reload: True
- use:
- service: nginx_service
- watch:
- listen:
{{ file_requisites(server_states) }}
- require:
{{ file_requisites(server_states) }}

+ 1
- 1
nginx/ng/service.sls Ver fichero

@@ -30,7 +30,7 @@ nginx_service:
{% else %}
- sls: nginx.ng.pkg
{% endif %}
- watch:
- listen:
{% if nginx.install_from_source %}
- cmd: nginx_install
{% else %}

Cargando…
Cancelar
Guardar