Muehlenhoff has uploaded a new change for review.

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

Change subject: Add ferm rules for mariadb labsdb
......................................................................

Add ferm rules for mariadb labsdb

Bug: T104699
Change-Id: Ib729303ef25da9c427618bbd6fa2fef88c656c8a
---
M manifests/role/mariadb.pp
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/68/226068/1

diff --git a/manifests/role/mariadb.pp b/manifests/role/mariadb.pp
index c0db98b..783c0d6 100644
--- a/manifests/role/mariadb.pp
+++ b/manifests/role/mariadb.pp
@@ -504,6 +504,12 @@
         mode   => '0755',
     }
 
+    ferm::service{ 'mariadb-labsdb':
+        proto  => 'tcp',
+        port   => 3306,
+        srange => '$INTERNAL',
+    }
+
     # Required for TokuDB to start
     # See 
https://mariadb.com/kb/en/mariadb/enabling-tokudb/#check-for-transparent-hugepage-support-on-linux
     sysfs::parameters { 'disable-transparent-hugepages':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib729303ef25da9c427618bbd6fa2fef88c656c8a
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