Matanya has uploaded a new change for review.

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

Change subject: ganglia:  puppet 3 compatibility fix: fully qualify variable
......................................................................

ganglia:  puppet 3 compatibility fix: fully qualify variable

Change-Id: Ib93fb3e8a41236c82eef2d9d3a989d9d5f9b0b31
---
M modules/ganglia_new/templates/gmond.conf.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/43/111743/1

diff --git a/modules/ganglia_new/templates/gmond.conf.erb 
b/modules/ganglia_new/templates/gmond.conf.erb
index 3956241..1dc9f01 100644
--- a/modules/ganglia_new/templates/gmond.conf.erb
+++ b/modules/ganglia_new/templates/gmond.conf.erb
@@ -57,7 +57,7 @@
     }
 <% end -%>
   }
-<% if scope.function_versioncmp([lsbdistrelease, "12.04"]) >= 0 %>
+<% if scope.function_versioncmp([@lsbdistrelease, "12.04"]) >= 0 %>
   /* Increase the buffer size. With the default setting (224KB), Tim observed
      ~30% packet loss on a cluster with 12 hosts and ~300 metrics per host. */
   buffer = 4194304

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

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

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

Reply via email to