temporarily disable ntp install fu while we get virt-what installed
[mirror/dsa-puppet.git] / modules / time / manifests / init.pp
index 9f1ec60..c6d2550 100644 (file)
@@ -7,8 +7,8 @@ class time {
        if ($systemd and size($localtimeservers) > 0 and $::is_virtual and $::virtual == 'kvm') {
                include ntp::purge
                include systemdtimesyncd
-       } else {
-               include ntp
-               include ntpdate
+       #} else {
+               #include ntp
+               #include ntpdate
        }
 }