Muehlenhoff has submitted this change and it was merged.

Change subject: Enable ferm on initial jobrunner in codfw
......................................................................


Enable ferm on initial jobrunner in codfw

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

Approvals:
  Muehlenhoff: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/site.pp b/manifests/site.pp
index d6fdc62..001ffc0 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1969,6 +1969,9 @@
         $ganglia_aggregator = true
     }
     role mediawiki::jobrunner
+    if $::hostname == 'mw2080' {
+        include base::firewall
+    }
 }
 
 #mw2086-mw2089 are imagescalers

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I20ff018e868ba158ba4752c2d1b4a0319db381a1
Gerrit-PatchSet: 1
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