X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Ftools.pp;h=5243cacebe8c6c38083c6d36b71ce907e45eab36;hb=2365859e723337fff2cdb8e3db209655426825ad;hp=0b0ab46cfa2d1d052c113f2309f2ef632b3f4c14;hpb=b3015828f95acd3f239ab7a614418918f21fb8d1;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/profile/manifests/tools.pp b/modules/profile/manifests/tools.pp index 0b0ab46..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']) + ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop', 'ipython', 'jq']) }