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

Change subject: Add FundraisingEmailUnsubscribe extension to the payments role
......................................................................


Add FundraisingEmailUnsubscribe extension to the payments role

Bug: T141911
Change-Id: Idef5eb004e3fafd0d3ba736e5f37659cafee32df
---
M puppet/modules/payments/manifests/init.pp
1 file changed, 6 insertions(+), 1 deletion(-)

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



diff --git a/puppet/modules/payments/manifests/init.pp 
b/puppet/modules/payments/manifests/init.pp
index f27b6da..1579dd3 100644
--- a/puppet/modules/payments/manifests/init.pp
+++ b/puppet/modules/payments/manifests/init.pp
@@ -49,10 +49,15 @@
   }
 
   mediawiki::extension { [
-    'payments:FundraisingEmailUnsubscribe',
     'payments:ParserFunctions',
   ]: }
 
+  mediawiki::extension { 'payments:FundraisingEmailUnsubscribe':
+    settings => {
+      'wgStompServer' => 'tcp://localhost:61613',
+    },
+  }
+
   mediawiki::import::text { 'payments:Main_Page':
       # N.b. - Creepy abnormal multiwiki syntax
       wiki       => 'payments',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idef5eb004e3fafd0d3ba736e5f37659cafee32df
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Dduvall <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to