소스 검색

fix: restart service after config change

When chrony was already installed, the service currently does not get
restarted when the config file is changed. I added a "watch" option to
the service.running state to ensure it gets a restart when we adapt the
configuration.
pull/36/head
Severin Schols 3 년 전
부모
커밋
5e1c7677f9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      chrony/service/running.sls

+ 2
- 0
chrony/service/running.sls 파일 보기

@@ -15,3 +15,5 @@ chrony-service-running-service-running:
- enable: True
- require:
- sls: {{ sls_config_file }}
- watch:
- file: chrony-config-file-file-managed

Loading…
취소
저장