saltstack-formulas / chrony-formula

Salt Stack formula to manage chrony
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
8 stars 43 forks source link

small issue on systemd machines #26

Open aboe76 opened 5 years ago

aboe76 commented 5 years ago

Add option for systemd machines to set:

timedatectl set-ntp true

see: https://www.lisenet.com/2016/time-synchronisation-with-chrony-on-rhel-7/

tacerus commented 7 months ago

What for? This merely enables systemd-timedated.service, which on any reasonably configured distribution using Chrony already links to chronyd.service using a distribution provided file in /usr/lib/systemd/ntp-units.d/. And the formula already enables chronyd.service directly.