Browse Source

fix: replace require completely with watch to ensure service restart

Co-authored-by: Imran Iqbal <myii@users.noreply.github.com>
pull/36/head
Severin Schols 3 years ago
parent
commit
270250f28d
No account linked to committer's email address
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      chrony/service/running.sls

+ 1
- 3
chrony/service/running.sls View File

service.running: service.running:
- name: {{ chrony.service.name }} - name: {{ chrony.service.name }}
- enable: True - enable: True
- require:
- sls: {{ sls_config_file }}
- watch: - watch:
- file: chrony-config-file-file-managed
- sls: {{ sls_config_file }}

Loading…
Cancel
Save