Yuvipanda has submitted this change and it was merged.

Change subject: dynamicproxy: Add ferm rules for http / https
......................................................................


dynamicproxy: Add ferm rules for http / https

Bug: T96335
Change-Id: I441bb25f91a4436c79d36771d82432d5186f262f
---
M modules/dynamicproxy/manifests/init.pp
1 file changed, 12 insertions(+), 0 deletions(-)

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



diff --git a/modules/dynamicproxy/manifests/init.pp 
b/modules/dynamicproxy/manifests/init.pp
index 2f09f9a..f43dd80 100644
--- a/modules/dynamicproxy/manifests/init.pp
+++ b/modules/dynamicproxy/manifests/init.pp
@@ -115,4 +115,16 @@
     diamond::collector { 'Redis':
         require => Class['::redis::client::python'],
     }
+
+    ferm::service{ 'http':
+        proto => 'tcp',
+        port  => '80',
+        desc  => 'HTTP webserver for the entire world',
+    }
+
+    ferm::service{ 'https':
+        proto => 'tcp',
+        port  => '443',
+        desc  => 'HTTPS webserver for the entire world',
+    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I441bb25f91a4436c79d36771d82432d5186f262f
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to