From: Peter Palfrader Date: Thu, 17 Aug 2017 09:37:29 +0000 (+0200) Subject: temporarily disable ntp install fu while we get virt-what installed X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e97ada246f6bbbdb8007d1156db9007b518aaf43;p=mirror%2Fdsa-puppet.git temporarily disable ntp install fu while we get virt-what installed --- 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 } }