1 class ntp::timeserver {
2 if ($::lsbmajdistrelease >= 8) {
3 file { '/var/lib/ntp/leap-seconds.list':
7 file { '/var/lib/ntp/leap-seconds.list':
8 source => 'puppet:///modules/ntp/leap-seconds.list',
9 require => Package['ntp'],
10 notify => Service['ntp'],