Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Revert "Temporarily disable import_waterlines cronjob"
......................................................................


Revert "Temporarily disable import_waterlines cronjob"

This reverts commit a332efc527f41ac39bf8db390e99e40f3a6f4900.
Just tested it manually and it works fine. Note also that the cronjob is
set to run at the 1st of each month and the cronjob was disabled on the
16th of Sep. In fact, since the changes in c9dc0b80, this cronjob has
never run so it can not be the culprit for the water_polygons table
being empty

Change-Id: I2e803245be6d0b34151e21eb080d21b67be67b2c
---
M modules/osm/manifests/import_waterlines.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/osm/manifests/import_waterlines.pp 
b/modules/osm/manifests/import_waterlines.pp
index df1a44e..639d694 100644
--- a/modules/osm/manifests/import_waterlines.pp
+++ b/modules/osm/manifests/import_waterlines.pp
@@ -17,7 +17,7 @@
     }
 
     cron { 'import_waterlines':
-        ensure    => absent, # broken, temporarily disabled
+        ensure    => present,
         hour      => 9,
         minute    => 13,
         monthday  => 1,

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

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

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

Reply via email to