Allow snapshotdb-manda-01 to access pg on sallinen
[mirror/dsa-puppet.git] / modules / time / manifests / init.pp
index c6d2550..9f1ec60 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
        }
 }