Explorar el Código

Merge pull request #23 from n-rodriguez/fix/state

fix(state): restart service when configuration has changed
tags/v0.5.6
Nicolas Rodriguez hace 4 años
padre
commit
275dfc8032
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      ufw/service/running.sls

+ 2
- 2
ufw/service/running.sls Ver fichero

@@ -15,7 +15,7 @@ ufw-service-running-service-running:
service.running:
- name: {{ ufw.service.name }}
- enable: true
- require:
- watch:
- sls: {{ sls_config_file }}

{%- else %}
@@ -24,7 +24,7 @@ ufw-service-dead-service-dead:
service.dead:
- name: {{ ufw.service.name }}
- enable: false
- require:
- watch:
- sls: {{ sls_config_file }}

{%- endif %}

Cargando…
Cancelar
Guardar