Alexandros Kosiaris has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/329782 )

Change subject: Disable NTP checks during the leap second
......................................................................

Disable NTP checks during the leap second

This is a followup for 8207956, disabling monitoring for NTP, while we
got ntpd disabled across the fleet.

Change-Id: Ia20eccf5abe28505ee37f0d3ea863bb2f0218d88
---
M modules/standard/manifests/ntp/client.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/329782/1

diff --git a/modules/standard/manifests/ntp/client.pp 
b/modules/standard/manifests/ntp/client.pp
index 134a9a4..c30ed95 100644
--- a/modules/standard/manifests/ntp/client.pp
+++ b/modules/standard/manifests/ntp/client.pp
@@ -20,6 +20,7 @@
     }
 
     monitoring::service { 'ntp':
+        ensure         => absent,
         description    => 'NTP',
         check_command  => 'check_ntp_time!0.5!1',
         check_interval => 30,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia20eccf5abe28505ee37f0d3ea863bb2f0218d88
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to