restrict ssh to static-master-ubc-01 by default. we really really should move this...
[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 }