ArielGlenn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/348096 )

Change subject: Create truthy nt Wikidata entity dump each Monday
......................................................................


Create truthy nt Wikidata entity dump each Monday

Bug: T155103
Change-Id: I87660e23a25c93b7d8f15c46b93aeb4075b98320
---
M modules/snapshot/manifests/cron/wikidatadumps/rdf.pp
1 file changed, 3 insertions(+), 2 deletions(-)

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



diff --git a/modules/snapshot/manifests/cron/wikidatadumps/rdf.pp 
b/modules/snapshot/manifests/cron/wikidatadumps/rdf.pp
index 7600fce..aa536e5 100644
--- a/modules/snapshot/manifests/cron/wikidatadumps/rdf.pp
+++ b/modules/snapshot/manifests/cron/wikidatadumps/rdf.pp
@@ -12,14 +12,15 @@
         require => Class['snapshot::cron::wikidatadumps::common'],
     }
 
-    cron { 'wikidatattl-dump-all':
+    cron { 'wikidatardf-dumps':
         ensure  => 'present',
-        command => "${scriptpath} all ttl",
+        command => "${scriptpath} all ttl; ${scriptpath} truthy nt",
         user    => $user,
         minute  => '0',
         hour    => '23',
         weekday => '1',
         require => File[$scriptpath],
     }
+
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I87660e23a25c93b7d8f15c46b93aeb4075b98320
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hoo man <[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