Muehlenhoff has uploaded a new change for review.

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

Change subject: Enable ferm on mw1221-mw1229
......................................................................

Enable ferm on mw1221-mw1229

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/41/239041/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 6cf21cc..503b306 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2052,6 +2052,10 @@
 #mw1221-mw1235 are api apaches
 node /^mw12(2[1-9]|3[0-5])\.eqiad\.wmnet$/ {
     role mediawiki::appserver::api
+
+    if $::hostname =~ /^mw122[1-9]$/ {
+        include base::firewall
+    }
 }
 
 #mw1236-mw1258 are apaches

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5241bf4da7a0f4afb75d8487da82af09f9393143
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <mmuhlenh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to