Skip to content

Commit

Permalink
Merge pull request #33 from aboe76/small_fixes
Browse files Browse the repository at this point in the history
fix timesyncd cmd.wait
  • Loading branch information
myii authored Apr 2, 2019
2 parents f8e22cc + 5038b87 commit 11b43cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemd/timesyncd/config.sls
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ timesyncd:
{%- endif %}
- listen_in:
- service: timesyncd
- watch_in:
- cmd: timesyncd
cmd.wait:
- name: timedatectl set-ntp true
- runas: root
- watch:
- file: timesyncd
service.running:
- name: systemd-timesyncd
- enable: True
Expand Down

0 comments on commit 11b43cb

Please sign in to comment.