Muehlenhoff has submitted this change and it was merged. (
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(-)
Approvals:
Muehlenhoff: Looks good to me, approved
jenkins-bot: Verified
Filippo Giunchedi: Looks good to me, but someone else must approve
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: merged
Gerrit-Change-Id: Ia34719c4f96226c3c6cf4878caf81120dbf1a3e1
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits