Muehlenhoff has submitted this change and it was merged.

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(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, but someone else must approve
  Muehlenhoff: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I681c065d75afc89a9e034306296dfbc151ed8d4e
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Elukey <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to