Switch VMs at bytemark from ntp to systemd-timesyncd
[mirror/dsa-puppet.git] / modules / ntp / manifests / init.pp
index 751e9d9..6efd469 100644 (file)
@@ -1,5 +1,4 @@
 class ntp {
-
        package { 'ntp':
                ensure => installed
        }
@@ -40,6 +39,12 @@ class ntp {
                require => Package['ntp'],
        }
 
+       munin::check { [
+                       'ntp_offset',
+                       'ntp_states',
+                       ]:
+       }
+
        if getfromhash($site::nodeinfo, 'timeserver') {
                include ntp::timeserver
        } else {