Dzahn has submitted this change and it was merged.

Change subject: ZIM dumps: install nodejs and libsqlite
......................................................................


ZIM dumps: install nodejs and libsqlite

install nodejs and sqlite packages as listed on:

Bug:T94457
Change-Id: Iea35ab941d1a29624f4d91a019ae2313300ecb00
---
M modules/dumps/manifests/zim.pp
1 file changed, 4 insertions(+), 0 deletions(-)

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



diff --git a/modules/dumps/manifests/zim.pp b/modules/dumps/manifests/zim.pp
index fb2175e..4df7089 100644
--- a/modules/dumps/manifests/zim.pp
+++ b/modules/dumps/manifests/zim.pp
@@ -5,4 +5,8 @@
         ensure => present,
     }
 
+    package { [ 'nodejs', 'nodejs-legacy', 'libsqlite3' ]:
+        ensure => present,
+    }
+
 }

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

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

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

Reply via email to