Ori.livneh has submitted this change and it was merged.

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


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

The define was wrongly named mixing up 'python' and 'plugin' in If2f001ffa.

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

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ia6be36c4e109f57dd407617af44174861c98fc45
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to