]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Add jq tool
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 25 Feb 2018 17:28:52 +0000 (18:28 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 25 Feb 2018 17:28:52 +0000 (18:28 +0100)
modules/profile/manifests/tools.pp

index 5cb803800773f823829e73c83fd97bbbab80ae78..5243cacebe8c6c38083c6d36b71ce907e45eab36 100644 (file)
@@ -1,3 +1,3 @@
 class profile::tools {
-  ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop', 'ipython'])
+  ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop', 'ipython', 'jq'])
 }