From f3a55d7f3083e0c567bdb06984f871e98f47d2df Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 18 Aug 2017 14:15:58 +0200 Subject: [PATCH] Revert "temporarily disable ntp install fu while we get virt-what installed" This reverts commit e97ada246f6bbbdb8007d1156db9007b518aaf43. --- modules/time/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/time/manifests/init.pp b/modules/time/manifests/init.pp index c6d255008..9f1ec6032 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 } } -- 2.20.1