Muehlenhoff has submitted this change and it was merged.

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


Enable ferm on rhodium

Change-Id: I26fbdd04959a203103862e1f87a72ad84433cee6
---
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 c6ca658..b7e2923 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2204,6 +2204,9 @@
 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/234482
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I26fbdd04959a203103862e1f87a72ad84433cee6
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