瀏覽代碼

fix: restart service after config change (#36)

* 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.

* fix: replace require completely with watch to ensure service restart

Co-authored-by: Imran Iqbal <myii@users.noreply.github.com>

Co-authored-by: Imran Iqbal <myii@users.noreply.github.com>
tags/v1.2.5
Severin Schols 3 年之前
父節點
當前提交
20873d0220
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      chrony/service/running.sls

+ 1
- 1
chrony/service/running.sls 查看文件

@@ -13,5 +13,5 @@ chrony-service-running-service-running:
service.running:
- name: {{ chrony.service.name }}
- enable: True
- require:
- watch:
- sls: {{ sls_config_file }}

Loading…
取消
儲存