Dzahn has submitted this change and it was merged.

Change subject: dumps: add ferm rule for port 2049 from INTERNAL
......................................................................


dumps: add ferm rule for port 2049 from INTERNAL

Change-Id: I4c815da49d0e406f62f1f7c49f97eb8c1ce7ff6f
---
M manifests/role/dumps.pp
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  ArielGlenn: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/role/dumps.pp b/manifests/role/dumps.pp
index 9d0078d..7646159 100644
--- a/manifests/role/dumps.pp
+++ b/manifests/role/dumps.pp
@@ -42,6 +42,13 @@
         proto => 'tcp',
         port  => '443',
     }
+
+    ferm::service { 'dumps_nfs':
+        proto  => 'tcp',
+        port   => '2049',
+        srange => '($INTERNAL)',
+    }
+
 }
 
 # ZIM dumps - https://en.wikipedia.org/wiki/ZIM_%28file_format%29

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4c815da49d0e406f62f1f7c49f97eb8c1ce7ff6f
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to