ソースを参照

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年前
コミット
270250f28d
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加3行の削除
  1. +1
    -3
      chrony/service/running.sls

+ 1
- 3
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 }}

読み込み中…
キャンセル
保存