Mattflaschen has uploaded a new change for review.
https://gerrit.wikimedia.org/r/204658
Change subject: Add LiquidThreads role (mainly to ease LQT -> Flow conversion
setup)
......................................................................
Add LiquidThreads role (mainly to ease LQT -> Flow conversion setup)
Change-Id: I732a32cceaf449cb8d3d5a0acd70b3d6704722a2
---
A puppet/modules/role/manifests/liquidthreads.pp
1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
refs/changes/58/204658/1
diff --git a/puppet/modules/role/manifests/liquidthreads.pp
b/puppet/modules/role/manifests/liquidthreads.pp
new file mode 100644
index 0000000..d6b0c96
--- /dev/null
+++ b/puppet/modules/role/manifests/liquidthreads.pp
@@ -0,0 +1,13 @@
+# == Class: role::liquidthreads
+# Configures LiquidThreads, a MediaWiki discussion system (note:
+# LiquidThreads is not being actively developed)
+class role::liquidthreads {
+ include ::role::echo
+ include ::role::wikieditor
+
+ mediawiki::extension { 'LiquidThreads':
+ settings => {
+ wgLqtTalkPages => false
+ }
+ }
+}
--
To view, visit https://gerrit.wikimedia.org/r/204658
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I732a32cceaf449cb8d3d5a0acd70b3d6704722a2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits