Browse Source

fix(state): restart service when configuration has changed

tags/v0.5.1
Nicolas Rodriguez 4 years ago
parent
commit
a8100d0f32
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      syslog_ng/service/running.sls

+ 1
- 1
syslog_ng/service/running.sls View File

service.running: service.running:
- name: {{ syslog_ng.service }} - name: {{ syslog_ng.service }}
- enable: true - enable: true
- require:
- watch:
- sls: {{ sls_config_file }} - sls: {{ sls_config_file }}

Loading…
Cancel
Save