GWicke has uploaded a new change for review.

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

Change subject: Add a statsd_port parameter to the restbase class
......................................................................

Add a statsd_port parameter to the restbase class

Change-Id: I6dbc08614a141707514aecaeb6babd13222e7ac3
---
M modules/restbase/manifests/init.pp
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/50/191350/1

diff --git a/modules/restbase/manifests/init.pp 
b/modules/restbase/manifests/init.pp
index 836ac30..7be52d0 100644
--- a/modules/restbase/manifests/init.pp
+++ b/modules/restbase/manifests/init.pp
@@ -26,6 +26,8 @@
 #   Default: 'warn'
 # [*statsd_host*]
 #   statsd host name. Default: localhost
+# [*statsd_port*]
+#   statsd port. Default: 8125
 #
 class restbase(
     $cassandra_user = 'cassandra',
@@ -37,6 +39,7 @@
     $logstash_port  = 12201,
     $logging_level  = 'warn',
     $statsd_host    = 'localhost',
+    $statsd_port    = '8125',
 ) {
     ensure_packages( ['nodejs', 'nodejs-legacy', 'npm'] )
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6dbc08614a141707514aecaeb6babd13222e7ac3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: GWicke <gwi...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to