Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / modules / ntp / manifests / timeserver.pp
1 class ntp::timeserver {
2         file { '/var/lib/ntp/leap-seconds.list':
3                 ensure => absent,
4         }
5 }