ArielGlenn has uploaded a new change for review.
https://gerrit.wikimedia.org/r/280761
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/61/280761/1
diff --git a/modules/snapshot/manifests/dumps/cron/huge.pp
b/modules/snapshot/manifests/dumps/cron/huge.pp
index c8b1a4f..986b4c6 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..db3f180 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: newchange
Gerrit-Change-Id: Ib438807623f506b9595b4486356bab0c740d053a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits