ArielGlenn has submitted this change and it was merged.

Change subject: snapshots: update location of dumps cron script in jobs calling 
it
......................................................................


snapshots: update location of dumps cron script in jobs calling it

Change-Id: Ib438807623f506b9595b4486356bab0c740d053a
---
M modules/snapshot/manifests/dumps/cron/huge.pp
M modules/snapshot/manifests/dumps/cron/rest.pp
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/snapshot/manifests/dumps/cron/huge.pp 
b/modules/snapshot/manifests/dumps/cron/huge.pp
index c8b1a4f..396a869 100644
--- a/modules/snapshot/manifests/dumps/cron/huge.pp
+++ b/modules/snapshot/manifests/dumps/cron/huge.pp
@@ -11,7 +11,7 @@
         ensure      => 'present',
         environment => '[email protected]',
         user        => $user,
-        command     => "${snapshot::dumps::dirs::dumpsdir}/fulldumps.sh 01 14 
hugewikis >/dev/null",
+        command     => '/usr/local/bin/fulldumps.sh 01 14 hugewikis 
>/dev/null',
         minute      => '05',
         hour        => '02',
         monthday    => '01-14',
diff --git a/modules/snapshot/manifests/dumps/cron/rest.pp 
b/modules/snapshot/manifests/dumps/cron/rest.pp
index 8f04520..db608ea 100644
--- a/modules/snapshot/manifests/dumps/cron/rest.pp
+++ b/modules/snapshot/manifests/dumps/cron/rest.pp
@@ -11,7 +11,7 @@
         ensure      => 'present',
         environment => '[email protected]',
         user        => $user,
-        command     => "${snapshot::dumps::dirs::dumpsdir}/fulldumps.sh 01 14 
regular > /dev/null",
+        command     => '/usr/local/bin/fulldumps.sh 01 14 regular > /dev/null',
         minute      => '05',
         hour        => '02',
         monthday    => '01-14',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib438807623f506b9595b4486356bab0c740d053a
Gerrit-PatchSet: 2
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