Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/221033

Change subject: planet: install xslt-proc
......................................................................

planet: install xslt-proc

Description-en: XSLT 1.0 command line processor

This is needed by planet to transform XML to HTML but it did not install it
via package dependencies.

INFO:planet.runner:Loading cached data
sh: 1: xsltproc: not found
sh: 1: xsltproc: not found
sh: 1: xsltproc: not found
..

Bug:T101730
Change-Id: Ib9ca87db66e920cb255d2df1cb17c3d339774b50
---
M modules/planet/manifests/packages.pp
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/33/221033/1

diff --git a/modules/planet/manifests/packages.pp 
b/modules/planet/manifests/packages.pp
index 9e4622e..d61c824 100644
--- a/modules/planet/manifests/packages.pp
+++ b/modules/planet/manifests/packages.pp
@@ -7,4 +7,9 @@
         ensure => 'present',
     }
 
+    # XSLT 1.0 command line processor
+    package { 'xsltproc':
+        ensure => 'present',
+    }
+
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9ca87db66e920cb255d2df1cb17c3d339774b50
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to