Muehlenhoff has uploaded a new change for review.

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

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

gadolinium: Use the role keyword

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

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/91/247191/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 870d859..4a4544d 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1001,13 +1001,14 @@
 # gadolinium is the webrequest socat multicast relay.
 # base_analytics_logging_node is defined in role/logging.pp
 node 'gadolinium.wikimedia.org' {
+    role logging, logging::relay::webrequest-multicast, 
logging::relay::eventlogging
     include standard
-    include role::logging
 
+    # logging::relay::webrequest-multicast :
     # relay the incoming webrequest log stream to multicast
-    include role::logging::relay::webrequest-multicast
+
+    # logging::relay::eventlogging :
     # relay EventLogging traffic over to eventlog1001
-    include role::logging::relay::eventlogging
 }
 
 # Continuous Integration

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I837df5d33091064ac9edbe7bf75bc09ecf1dc22e
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