Muehlenhoff has submitted this change and it was merged.

Change subject: Exempt mariadb core port from connection tracking
......................................................................


Exempt mariadb core port from connection tracking

Change-Id: Ie2e272f93c3ec71426e1246f800727a323292cb4
---
M manifests/role/mariadb.pp
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Muehlenhoff: Verified; Looks good to me, approved



diff --git a/manifests/role/mariadb.pp b/manifests/role/mariadb.pp
index ed06a26..e930ea2 100644
--- a/manifests/role/mariadb.pp
+++ b/manifests/role/mariadb.pp
@@ -54,6 +54,7 @@
     ferm::service{ 'mariadb_internal':
         proto  => 'tcp',
         port   => 3306,
+        notrack => true,
         srange => '$INTERNAL',
     }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie2e272f93c3ec71426e1246f800727a323292cb4
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Jcrespo <[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