Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/68039


Change subject: Disabled broken ContributionReporting crons that do nothing and 
clutter dberror.log.
......................................................................

Disabled broken ContributionReporting crons that do nothing and clutter 
dberror.log.

Change-Id: Id9804ab94cea8a8769bc76192fcec97c432a54c8
---
M manifests/misc/maintenance.pp
M manifests/site.pp
2 files changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/39/68039/1

diff --git a/manifests/misc/maintenance.pp b/manifests/misc/maintenance.pp
index 10667d9..7d83a5c 100644
--- a/manifests/misc/maintenance.pp
+++ b/manifests/misc/maintenance.pp
@@ -6,6 +6,7 @@
 
        system_role { "misc::maintenance::foundationwiki": description => "Misc 
- Maintenance Server: foundationwiki" }
 
+       # This is broken and points to a non-existing DB
        cron { 'updatedays':
                user => apache,
                minute => '*/15',
@@ -17,6 +18,7 @@
                };
        }
 
+       # This is broken and points to a non-existing DB
        cron { 'populatefundraisers':
                user => apache,
                minute => 5,
diff --git a/manifests/site.pp b/manifests/site.pp
index e3817c5..25a5700 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2710,7 +2710,6 @@
                nrpe
 
 
-       class { misc::maintenance::foundationwiki: enabled => true }
        class { misc::maintenance::pagetriage: enabled => true }
        class { misc::maintenance::translationnotifications: enabled => true }
        class { misc::maintenance::wikidata: enabled => true }
@@ -2726,6 +2725,8 @@
        class { misc::maintenance::update_flaggedrev_stats: enabled => false }
        class { misc::maintenance::refreshlinks: enabled => false }
 
+       # totally broken, misconfigured in non-version reporting-setup.php
+       class { misc::maintenance::foundationwiki: enabled => false }
 }
 
 node "tin.eqiad.wmnet" {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id9804ab94cea8a8769bc76192fcec97c432a54c8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

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

Reply via email to