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

Change subject: statistics::packages: Add pandoc
......................................................................


statistics::packages: Add pandoc

Change-Id: I1c197382311c65d634100c09a2d396dca89672d9
---
M modules/statistics/manifests/packages.pp
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/modules/statistics/manifests/packages.pp 
b/modules/statistics/manifests/packages.pp
index e726994..38683ea 100644
--- a/modules/statistics/manifests/packages.pp
+++ b/modules/statistics/manifests/packages.pp
@@ -40,7 +40,8 @@
         # GNU Scientific Library (GSL) requested by bearloga (Mikhail)
         'libgsl0ldbl',     # GSL part 1/3
         'gsl-bin',         # GSL part 2/3
-        'libgsl0-dev'      # GSL part 3/3
+        'libgsl0-dev',     # GSL part 3/3
+        'pandoc'           # Requested by bearloga (Mikhail); necessary for 
using RMarkdown and performing format conversions
     ])
 
     # Python packages
@@ -67,7 +68,7 @@
         'python-pymysql',
     ])
 
-    # This is a custom package and currently not available on jessie, don't 
install on jessie for now 
+    # This is a custom package and currently not available on jessie, don't 
install on jessie for now
     if os_version('ubuntu >= trusty') {
         ensure_packages([
             'python-pygeoip', # For geo-encoding IP addresses

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1c197382311c65d634100c09a2d396dca89672d9
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Bearloga <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to