Dzahn has uploaded a new change for review.

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

Change subject: fix whine.pl whining cron for new Bugzilla
......................................................................

fix whine.pl whining cron for new Bugzilla

this was disabled in Iae70bc596a573bdc996eb75834bb66ccd2db1e7e
because it caused cron spam

exactly same fix here as in I518a386c98bc0d30c682a6a57448fafb3ca4d33b

Change-Id: If13930f48674a87b2e75be6a868f0c8ef4e3cecc
---
M modules/bugzilla/manifests/init.pp
1 file changed, 2 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/72/110172/1

diff --git a/modules/bugzilla/manifests/init.pp 
b/modules/bugzilla/manifests/init.pp
index cea44f2..89f6f40 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -116,10 +116,9 @@
     $bz_path = '/srv/org/wikimedia/bugzilla'
     $whine = 'whine.pl'
 
-    # disabled, it's broken on new server
     cron { 'bugzilla_whine':
-        ensure  => 'absent',
-        command => "${bz_path}/${whine}",
+        ensure  => 'present',
+        command => "cd ${bz_path}; ./${whine}",
         user    => 'root',
         minute  => '15',
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If13930f48674a87b2e75be6a868f0c8ef4e3cecc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to