X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Ftools.pp;h=5cb803800773f823829e73c83fd97bbbab80ae78;hb=3b48b3a5cc357ca861a2b388dde40a0109ca900f;hp=9f9d593133bef1dbeff5fee51b8cf9d7f0b4c5da;hpb=4676a0182e6624700f753923b7a3286712568e34;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/profile/manifests/tools.pp b/modules/profile/manifests/tools.pp index 9f9d593..5cb8038 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']) + ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop', 'ipython']) }