Muehlenhoff has uploaded a new change for review.

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

Change subject: Enable ferm on rhodium
......................................................................

Enable ferm on rhodium

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/54/234954/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 0943c6a..cf82fd7 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2236,6 +2236,10 @@
 node /^(strontium|rhodium).eqiad.wmnet/ {
     include standard
     include role::puppetmaster::backend
+
+    if $::hostname == 'rhodium' {
+        include base::firewall
+    }
 }
 
 node 'stat1001.eqiad.wmnet' {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c43b07ff9ed82619877376c6bae6f7ed7d8b0d5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>

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

Reply via email to