Sfoglia il codice sorgente
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 anni fa
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con
1 aggiunte e
3 eliminazioni
-
chrony/service/running.sls
|
|
@@ -13,7 +13,5 @@ chrony-service-running-service-running: |
|
|
|
service.running: |
|
|
|
- name: {{ chrony.service.name }} |
|
|
|
- enable: True |
|
|
|
- require: |
|
|
|
- sls: {{ sls_config_file }} |
|
|
|
- watch: |
|
|
|
- file: chrony-config-file-file-managed |
|
|
|
- sls: {{ sls_config_file }} |