Move ntp and ntpdate incldue into a time module
[mirror/dsa-puppet.git] / modules / time / manifests / init.pp
1 class time {
2         include ntp
3         include ntpdate
4 }