Ori.livneh has uploaded a new change for review.

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


Change subject: Specify 'endpoint' param in mwerrors.pyconf
......................................................................

Specify 'endpoint' param in mwerrors.pyconf

I left this out of I55450783d by mistake. This should ideally be a template
which interpolates a class parameter, but looking to fix things first before
getting fancy.

Change-Id: I0c079a1d869e49598a54db83eee71b8a390130f7
---
M modules/eventlogging/files/mwerrors.pyconf
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/13/59813/1

diff --git a/modules/eventlogging/files/mwerrors.pyconf 
b/modules/eventlogging/files/mwerrors.pyconf
index 6435a29..6087741 100644
--- a/modules/eventlogging/files/mwerrors.pyconf
+++ b/modules/eventlogging/files/mwerrors.pyconf
@@ -7,6 +7,9 @@
   module {
     name = "mwerrors"
     language = "python"
+    param endpoint {
+        value = "tcp://127.0.0.1:8423"
+    }
   }
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c079a1d869e49598a54db83eee71b8a390130f7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to