Alexandros Kosiaris has submitted this change and it was merged.
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(-)
Approvals:
Alexandros Kosiaris: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: Ib93fb3e8a41236c82eef2d9d3a989d9d5f9b0b31
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[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