X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Ftools.pp;h=5243cacebe8c6c38083c6d36b71ce907e45eab36;hb=06808b38996221e110835bb7b96b34ebb741d033;hp=5cb803800773f823829e73c83fd97bbbab80ae78;hpb=c49d00da1d9f0fca3eafa907862681baa0bacec2;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/profile/manifests/tools.pp b/modules/profile/manifests/tools.pp index 5cb8038..5243cac 100644 --- a/modules/profile/manifests/tools.pp +++ b/modules/profile/manifests/tools.pp @@ -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']) }