Gergő Tisza has uploaded a new change for review.

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

Change subject: Add httpie and jq to convenienve command line tools
......................................................................

Add httpie and jq to convenienve command line tools

Adds httpie ("curl for humans", https://github.com/jkbrzt/httpie )
and jq ( a json processor, http://stedolan.github.io/jq/tutorial/ )
to the command line tools available in vagrant.

Change-Id: I6909f67b207cef1279a7ca97d48b29fa535ae9bb
---
M puppet/modules/misc/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/06/224206/1

diff --git a/puppet/modules/misc/manifests/init.pp 
b/puppet/modules/misc/manifests/init.pp
index fc77404..fc4f3ef 100644
--- a/puppet/modules/misc/manifests/init.pp
+++ b/puppet/modules/misc/manifests/init.pp
@@ -22,7 +22,7 @@
         mode   => '0755',
     }
 
-    package { [ 'ack-grep', 'htop', 'curl' ]:
+    package { [ 'ack-grep', 'htop', 'curl', 'httpie', 'jq' ]:
         ensure => present,
     }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6909f67b207cef1279a7ca97d48b29fa535ae9bb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Gergő Tisza <gti...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to