Hashar has uploaded a new change for review.

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


Change subject: ganglia::python::plugin --> ganglia::plugin::python
......................................................................

ganglia::python::plugin --> ganglia::plugin::python

The define was wrongly named mixing up 'python' and 'plugin' :(

Change-Id: Ia6be36c4e109f57dd407617af44174861c98fc45
---
M manifests/ganglia.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/58/91358/1

diff --git a/manifests/ganglia.pp b/manifests/ganglia.pp
index 3fe66ff..3c70a9a 100644
--- a/manifests/ganglia.pp
+++ b/manifests/ganglia.pp
@@ -662,9 +662,9 @@
 #
 # ganglia::plugin::python {'diskstat': }
 #
-# ganglia::python::plugin {'diskstat': opts => { 'devices' => ['sda', 'sdb'] }}
+# ganglia::plugin::python {'diskstat': opts => { 'devices' => ['sda', 'sdb'] }}
 #
-define ganglia::python::plugin( $plugin = $title, $opts = {} ) {
+define ganglia::plugin::python( $plugin = $title, $opts = {} ) {
     file { "/usr/lib/ganglia/python_modules/${plugin}.py":
         source => "puppet:///files/ganglia/plugins/${plugin}.py",
         notify => Service['gmond'],

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

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

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

Reply via email to