Yuvipanda has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/85/204685/1

diff --git a/modules/dynamicproxy/manifests/init.pp 
b/modules/dynamicproxy/manifests/init.pp
index e618238..d1fd02c 100644
--- a/modules/dynamicproxy/manifests/init.pp
+++ b/modules/dynamicproxy/manifests/init.pp
@@ -97,4 +97,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: newchange
Gerrit-Change-Id: I441bb25f91a4436c79d36771d82432d5186f262f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>

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

Reply via email to