From d476171f72fd26d1e686a625c10de851ba97609b Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 29 Jan 2020 19:11:56 +0000 Subject: [PATCH] Add missing extensions Our configuration references the Cite, Gadgets, Nuke, ParserFunctions, Renameuser, SpamBlacklist, SyntaxHighlight_GeSHi, and WikiEditor extensions. These are not shipped in the MW source tree, so we have to add them to the extensions list in the manifest to make sure they get downloaded. Change-Id: I27ab06adcd1bee69bcc196a44dd401be6cff574f --- manifests/init.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index c0fa286..d2a8c2d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -90,19 +90,28 @@ class mediawiki( 'Babel', 'CategoryTree', 'CirrusSearch', + 'Cite', 'CodeEditor', 'Collection', + 'ConfirmEdit', 'Echo', 'Elastica', + 'Gadgets', 'Mantle', 'MobileFrontend', + 'Nuke', 'OpenID', + 'ParserFunctions', + 'Renameuser', 'ReplaceText', 'Scribunto', 'SmiteSpam', + 'SpamBlacklist', 'SubPageList3', + 'SyntaxHighlight_GeSHi', 'Translate', 'UniversalLanguageSelector', + 'WikiEditor', 'cldr', 'googleAnalytics', ]: