Ori.livneh has submitted this change and it was merged.

Change subject: Install mediawiki-math-texvc on application servers
......................................................................


Install mediawiki-math-texvc on application servers

It has been relatively static, so I'm going to take a stab at using the
packaged binaries on the Trusty app servers rather than building from scratch.

Change-Id: I6de3aa31c358d90ab13913a42a48421ec7bc786f
---
M modules/mediawiki/manifests/packages.pp
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/mediawiki/manifests/packages.pp 
b/modules/mediawiki/manifests/packages.pp
index 301f733..95594eb 100644
--- a/modules/mediawiki/manifests/packages.pp
+++ b/modules/mediawiki/manifests/packages.pp
@@ -46,6 +46,12 @@
         ensure => present,
     }
 
+    if ubuntu_version('>= trusty') {
+        package { 'mediawiki-math-texvc':
+            ensure => present,
+        }
+    }
+
     # PDF and DjVu
     package { [
         'djvulibre-bin',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6de3aa31c358d90ab13913a42a48421ec7bc786f
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to