Muehlenhoff has uploaded a new change for review.

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

Change subject: Disable connection tracking for redis/jobqueue
......................................................................

Disable connection tracking for redis/jobqueue

Change-Id: I681c065d75afc89a9e034306296dfbc151ed8d4e
---
M manifests/role/jobqueue_redis.pp
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/67/283167/1

diff --git a/manifests/role/jobqueue_redis.pp b/manifests/role/jobqueue_redis.pp
index 0fe1536..1538787 100644
--- a/manifests/role/jobqueue_redis.pp
+++ b/manifests/role/jobqueue_redis.pp
@@ -39,8 +39,9 @@
     $redis_ports = join($instances, ' ')
 
     ferm::service { 'redis_jobqueue_role':
-        proto => 'tcp',
-        port  => inline_template('(<%= @redis_ports %>)'),
+        proto   => 'tcp',
+        notrack => true,
+        port    => inline_template('(<%= @redis_ports %>)'),
     }
 
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I681c065d75afc89a9e034306296dfbc151ed8d4e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>

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

Reply via email to