jenkins-bot has submitted this change and it was merged.

Change subject: Add GettingStarted categories so people can test without more 
config
......................................................................


Add GettingStarted categories so people can test without more config

Change-Id: I368fe58f89665743595abbd4bcfcfda6a6356e68
---
M puppet/manifests/roles/gettingstarted.pp
1 file changed, 10 insertions(+), 1 deletion(-)

Approvals:
  MaxSem: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/puppet/manifests/roles/gettingstarted.pp 
b/puppet/manifests/roles/gettingstarted.pp
index 8720bd5..de59bee 100644
--- a/puppet/manifests/roles/gettingstarted.pp
+++ b/puppet/manifests/roles/gettingstarted.pp
@@ -9,7 +9,16 @@
 
     mediawiki::extension { 'GettingStarted':
         settings => {
-            wgGettingStartedRedis => '127.0.0.1',
+            wgGettingStartedRedis                  => '127.0.0.1',
+
+            # A sample category configuration for local testing.
+            wgGettingStartedCategoriesForTaskTypes => {
+                copyedit => 'All_articles_needing_copy_edit',
+                clarify  => 'All_Wikipedia_articles_needing_clarification',
+                addlinks => 'All_articles_with_too_few_wikilinks',
+            },
+
+            wgGettingStartedExcludedCategories     => ['Living people'],
         },
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I368fe58f89665743595abbd4bcfcfda6a6356e68
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: Phuedx <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to