Jcrespo has uploaded a new change for review.

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

Change subject: proxysql: Add notrack to firewall
......................................................................

proxysql: Add notrack to firewall

I do not know what I am doing.

Bug: T148500
Change-Id: I76999784258966552893405ec8aebd54cc2a3185
---
M modules/role/manifests/labs/db/proxy.pp
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/62/317762/1

diff --git a/modules/role/manifests/labs/db/proxy.pp 
b/modules/role/manifests/labs/db/proxy.pp
index 53c8f3c..f5982fd 100644
--- a/modules/role/manifests/labs/db/proxy.pp
+++ b/modules/role/manifests/labs/db/proxy.pp
@@ -23,8 +23,9 @@
     }
 
     ferm::service { 'proxysql_mysql':
-        proto => 'tcp',
-        port  => '3306',
+        proto   => 'tcp',
+        port    => '3306',
+        notrack => true,
     }
 
     file {'/var/run/proxysql':

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

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

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

Reply via email to