Dzahn has submitted this change and it was merged.

Change subject: disable updatequerypages cron on hume, instead enable on new 
maintenance host terbium
......................................................................


disable updatequerypages cron on hume, instead enable on new
maintenance host terbium

Change-Id: I7c56e12b984cc827cbcc5c5dc53730ea6d38c245
---
M manifests/site.pp
1 file changed, 7 insertions(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/site.pp b/manifests/site.pp
index ac3c45b..0ca04e8 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1173,8 +1173,9 @@
         admins::restricted,
         nrpe
 
-       # To be run against PMTPA slaves
-       class { misc::maintenance::updatequerypages: enabled => true }
+    # (bug 15434) Periodical run of currently disabled special pages
+    # to be run against PMTPA slaves
+    class { misc::maintenance::updatequerypages: enabled => false }
 
     # These cron jobs were left behind for some reason:
 
@@ -2781,6 +2782,10 @@
 
     # totally broken, misconfigured in non-version reporting-setup.php
     class { misc::maintenance::foundationwiki: enabled => false }
+
+    # (bug 15434) Periodical run of currently disabled special pages
+    # to be run against PMTPA slaves
+    class { misc::maintenance::updatequerypages: enabled => true }
 }
 
 node "tin.eqiad.wmnet" {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7c56e12b984cc827cbcc5c5dc53730ea6d38c245
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to