X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ftime%2Fmanifests%2Finit.pp;fp=modules%2Ftime%2Fmanifests%2Finit.pp;h=c6d2550086eb609e3849891dc6ace575173d5c65;hb=e97ada246f6bbbdb8007d1156db9007b518aaf43;hp=9f1ec6032e43194b49c8d4436cb44b08b6b3544d;hpb=079c4266fd3f6cbfbf5e97a249859d8da9e11d8d;p=mirror%2Fdsa-puppet.git diff --git a/modules/time/manifests/init.pp b/modules/time/manifests/init.pp index 9f1ec6032..c6d255008 100644 --- a/modules/time/manifests/init.pp +++ b/modules/time/manifests/init.pp @@ -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 } }