Muehlenhoff has submitted this change and it was merged.

Change subject: hafnium: Use the role keyword
......................................................................


hafnium: Use the role keyword

We need this for Hiera-based assignment of Salt grains for debdeploy

Change-Id: Ic5ea6d48bc7e279df292a0a5c8261a085cdd14aa
---
M manifests/site.pp
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 946e65d..4bc6001 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1045,11 +1045,10 @@
 # Hosts visualization / monitoring of EventLogging event streams
 # and MediaWiki errors.
 node 'hafnium.wikimedia.org' {
-    role eventlogging
+    role eventlogging, webperf
 
     include standard
     include base::firewall
-    include role::webperf
 }
 
 # poolcounter - careful

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic5ea6d48bc7e279df292a0a5c8261a085cdd14aa
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to