Muehlenhoff has submitted this change and it was merged.

Change subject: Enable ferm on mw1240 - mw1249
......................................................................


Enable ferm on mw1240 - mw1249

Change-Id: I90aca94c300ea83584761d99b986bb828548b5be
---
M manifests/site.pp
1 file changed, 4 insertions(+), 0 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 6cf21cc..5aa6897 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2057,6 +2057,10 @@
 #mw1236-mw1258 are apaches
 node /^mw12(3[6-9]|4[0-9]|5[0-8])\.eqiad\.wmnet$/ {
     role mediawiki::appserver
+
+    if $::hostname =~ /^mw124[0-9]/ {
+        include base::firewall
+    }
 }
 
 # ROW A codfw appservers: mw2001-mw2079

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I90aca94c300ea83584761d99b986bb828548b5be
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[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