Gergő Tisza has uploaded a new change for review.

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

Change subject: Fix Pygments executable path in geshi role
......................................................................

Fix Pygments executable path in geshi role

Bug: T105338
Change-Id: Ia8cd5e0cc4af60c147ce8d8d0408d6ef3babe1c0
---
M puppet/modules/role/manifests/geshi.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/59/227359/1

diff --git a/puppet/modules/role/manifests/geshi.pp 
b/puppet/modules/role/manifests/geshi.pp
index d7b21f8..b873da9 100644
--- a/puppet/modules/role/manifests/geshi.pp
+++ b/puppet/modules/role/manifests/geshi.pp
@@ -6,7 +6,7 @@
     mediawiki::extension { 'SyntaxHighlight_GeSHi':
         composer => true,
         settings => {
-            wgPygmentizePath => '/usr/local/bin/pygmentize',
+            wgPygmentizePath => '/usr/bin/pygmentize',
         },
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8cd5e0cc4af60c147ce8d8d0408d6ef3babe1c0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: GergÅ‘ Tisza <[email protected]>

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

Reply via email to