Dzahn has uploaded a new change for review.

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

Change subject: add class to install enchant and myspell packages
......................................................................

add class to install enchant and myspell packages

Bug:T99030
Change-Id: Ia36bce18ae2d7f7fa272823e61f9eecef9037ec2
---
A modules/statistics/manifests/enchant.pp
1 file changed, 69 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/46/210846/1

diff --git a/modules/statistics/manifests/enchant.pp 
b/modules/statistics/manifests/enchant.pp
new file mode 100644
index 0000000..88274f0
--- /dev/null
+++ b/modules/statistics/manifests/enchant.pp
@@ -0,0 +1,69 @@
+# enchant and myspell dictionaries
+# for machine learning and natural language processing
+
+class statistics::enchant {
+
+    package { [
+        'enchant',
+        'myspell-af',
+        'myspell-bg',
+        'myspell-ca',
+        'myspell-cs',
+        'myspell-da',
+        'myspell-de',
+        'myspell-de',
+        'myspell-de',
+        'myspell-de',
+        'myspell-el',
+        'myspell-en',
+        'myspell-en',
+        'myspell-en',
+        'myspell-en',
+        'myspell-eo',
+        'myspell-es',
+        'myspell-et',
+        'myspell-fa',
+        'myspell-fo',
+        'myspell-fr',
+        'myspell-fr',
+        'myspell-ga',
+        'myspell-gd',
+        'myspell-gv',
+        'myspell-he',
+        'myspell-hr',
+        'myspell-hu',
+        'myspell-hy',
+        'myspell-it',
+        'myspell-ku',
+        'myspell-lt',
+        'myspell-lv',
+        'myspell-nb',
+        'myspell-nl',
+        'myspell-nn',
+        'myspell-nr',
+        'myspell-ns',
+        'myspell-pl',
+        'myspell-pt',
+        'myspell-pt',
+        'myspell-pt',
+        'myspell-ru',
+        'myspell-sk',
+        'myspell-sl',
+        'myspell-ss',
+        'myspell-st',
+        'myspell-sv',
+        'myspell-sw',
+        'myspell-th',
+        'myspell-tl',
+        'myspell-tn',
+        'myspell-to',
+        'myspell-ts',
+        'myspell-uk',
+        'myspell-ve',
+        'myspell-xh',
+        'myspell-zu',
+    ]:
+        ensure => 'installed',
+    }
+
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia36bce18ae2d7f7fa272823e61f9eecef9037ec2
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