Ottomata has uploaded a new change for review.

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

Change subject: Use include to avoid class conflict for eventlogging::monitoring
......................................................................

Use include to avoid class conflict for eventlogging::monitoring

Change-Id: I7ad584f567b04649508ad8c407b12827e39bf8ad
---
M manifests/role/eventlogging.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/23/221123/1

diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp
index ad8485c..2cd69cf 100644
--- a/manifests/role/eventlogging.pp
+++ b/manifests/role/eventlogging.pp
@@ -218,7 +218,7 @@
 # Provisions scripts for reporting state to monitoring tools.
 #
 class role::eventlogging::monitoring inherits role::eventlogging {
-    class { '::eventlogging::monitoring': }
+    include eventlogging::monitoring
 
     eventlogging::service::reporter { 'statsd':
         host => 'statsd.eqiad.wmnet',
@@ -263,7 +263,7 @@
 # Includes process nanny alarm for graphite consumer
 
 class role::eventlogging::graphite inherits role::eventlogging  {
-    class { '::eventlogging::monitoring': }
+    include eventlogging::monitoring
 
     eventlogging::service::consumer { 'graphite':
         input  => "tcp://${processor_host}:8600",

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

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

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

Reply via email to