From 5e1865d1d18ef556a41fcd8dda79f1d20e0ac009 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 29 Jan 2020 19:10:19 +0000 Subject: [PATCH] Sort extensions list for improved manageability The extensions list is already somewhat long, and will be getting longer as missing extensions from our config are identified and added. Sort the entries in alphanumeric ASCII ordering to simplify further insertions. Change-Id: I9333f99a23bd3304722bf6363c2a0719a5e20711 --- manifests/init.pp | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 7b565ab..c0fa286 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -86,25 +86,25 @@ class mediawiki( mediawiki::extension { [ - 'OpenID', - 'CodeEditor', - 'Scribunto', - 'CategoryTree', - 'cldr', - 'Babel', - 'Translate', - 'Collection', 'AntiSpoof', + 'Babel', + 'CategoryTree', + 'CirrusSearch', + 'CodeEditor', + 'Collection', + 'Echo', + 'Elastica', 'Mantle', 'MobileFrontend', - 'SubPageList3', + 'OpenID', 'ReplaceText', - 'googleAnalytics', - 'Echo', + 'Scribunto', + 'SmiteSpam', + 'SubPageList3', + 'Translate', 'UniversalLanguageSelector', - 'Elastica', - 'CirrusSearch', - 'SmiteSpam' + 'cldr', + 'googleAnalytics', ]: }