ArielGlenn has submitted this change and it was merged.

Change subject: set dump cron job date range back to normal, adjust start times
......................................................................


set dump cron job date range back to normal, adjust start times

Change-Id: I2d5f90091435084b63a2ecb671d3786a6d6184d5
---
M modules/snapshot/manifests/dumps/cron.pp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/snapshot/manifests/dumps/cron.pp 
b/modules/snapshot/manifests/dumps/cron.pp
index bcc99dd..077d3c8 100644
--- a/modules/snapshot/manifests/dumps/cron.pp
+++ b/modules/snapshot/manifests/dumps/cron.pp
@@ -30,7 +30,7 @@
         user        => $user,
         command     => "/usr/local/bin/fulldumps.sh 01 14 ${runtype} > 
/dev/null",
         minute      => '05',
-        hour        => '02',
-        monthday    => '06-14',
+        hour        => [8, 20],
+        monthday    => '01-14',
     }
 }

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

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

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

Reply via email to