Muehlenhoff has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/344342 )

Change subject: Enable systemd-timesyncd for all Debian systems
......................................................................

Enable systemd-timesyncd for all Debian systems

Enable systemd-timesyncd in general (expect trusty/precise). It's
been working well for approx. two months now.

We don't need any of ntp's advanced features on the clients and we've
run into a fair share of runtime bugs (like failing to restart properly
or various cases where ntp failed to start after a reboot (it gets
stuck in interface activation/XFAC).

The old Hiera settings for the test phase will be removed in a followup
commit.

Bug: T150257
Change-Id: Ia34719c4f96226c3c6cf4878caf81120dbf1a3e1
---
M modules/standard/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/42/344342/1

diff --git a/modules/standard/manifests/init.pp 
b/modules/standard/manifests/init.pp
index d6c3a2d..17fcbe6 100644
--- a/modules/standard/manifests/init.pp
+++ b/modules/standard/manifests/init.pp
@@ -14,7 +14,7 @@
     }
 
     unless $::fqdn in $::standard::ntp::wmf_peers[$::site] {
-        if hiera('use_timesyncd', false) or (os_version('debian >= stretch')) {
+        if (os_version('debian >= jessie')) {
             include ::standard::ntp::timesyncd
         } else {
             include ::standard::ntp::client

-- 
To view, visit https://gerrit.wikimedia.org/r/344342
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia34719c4f96226c3c6cf4878caf81120dbf1a3e1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to