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

Change subject: hhvm::debug: add apache2-utils
......................................................................


hhvm::debug: add apache2-utils

For `ab`.

Change-Id: I465cf54a844b36b4f230ca8544c36dd6e582b076
---
M modules/hhvm/manifests/debug.pp
1 file changed, 3 insertions(+), 1 deletion(-)

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



diff --git a/modules/hhvm/manifests/debug.pp b/modules/hhvm/manifests/debug.pp
index 798a8d2..1c87a45 100644
--- a/modules/hhvm/manifests/debug.pp
+++ b/modules/hhvm/manifests/debug.pp
@@ -34,8 +34,10 @@
     # which can generate useful reports from jemalloc heap dumps.
     # The gv and graphiz packages enable pprof to generate PDF and SVG
     # reports of things like call graphs.
+    #
+    # `apache2-utils` provides `ab`, an HTTP server benchmarking tool.
 
-    package { [ 'google-perftools', 'graphviz', 'gv' ]:
+    package { [ 'google-perftools', 'graphviz', 'gv', 'apache2-utils' ]:
         ensure => present,
     }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I465cf54a844b36b4f230ca8544c36dd6e582b076
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[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