Comment 6 for bug 1779621

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Can you show the resulting /etc/chrony/chrony.conf file?

Also, my puppet-foo is rusty, but doesn't this mean all 3 packages will be installed alongside chrony:

package {"chrony":
    ensure => present,
    require => Package['openntpd', 'ntpdate', 'ntp'],
  }