FunPika has uploaded a new change for review.

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

Change subject: Add TitleBlacklist extension to the antispam role.
......................................................................

Add TitleBlacklist extension to the antispam role.

Change-Id: I927f8803b2a86772b90359ea29414e8cb413ae77
---
M puppet/modules/role/manifests/antispam.pp
1 file changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/79/181379/1

diff --git a/puppet/modules/role/manifests/antispam.pp 
b/puppet/modules/role/manifests/antispam.pp
index 39416fd..a7264f8 100644
--- a/puppet/modules/role/manifests/antispam.pp
+++ b/puppet/modules/role/manifests/antispam.pp
@@ -1,5 +1,5 @@
 # == Class: role::antispam
-# Installs and sets up AntiSpoof, AbuseFilter, and the SpamBlacklist extensions
+# Installs and sets up AntiSpoof, AbuseFilter, SpamBlacklist, and the 
TitleBlacklist extensions
 class role::antispam {
     include ::role::antispoof
 
@@ -21,4 +21,10 @@
             wgLogSpamBlacklistHits => true,
         },
     }
+
+    mediawiki::extension { 'TitleBlacklist':
+        settings => {
+            wgTitleBlacklistLogHits => true,
+        },
+   }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I927f8803b2a86772b90359ea29414e8cb413ae77
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: FunPika <[email protected]>

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

Reply via email to