Ver código fonte

Merge pull request #27 from n-rodriguez/fix/service_restart

fix(state): restart service when configuration has changed
tags/v0.5.1
Nicolas Rodriguez 4 anos atrás
pai
commit
66c4fdc346
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      syslog_ng/service/running.sls

+ 1
- 1
syslog_ng/service/running.sls Ver arquivo

@@ -13,5 +13,5 @@ syslog_ng/service/running:
service.running:
- name: {{ syslog_ng.service }}
- enable: true
- require:
- watch:
- sls: {{ sls_config_file }}

Carregando…
Cancelar
Salvar