From: Ismaƫl Bouya Date: Sat, 24 Feb 2018 22:45:17 +0000 (+0100) Subject: Add ipython X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=3b48b3a5cc357ca861a2b388dde40a0109ca900f;hp=4676a0182e6624700f753923b7a3286712568e34;p=perso%2FImmae%2FProjets%2FPuppet.git Add ipython --- 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']) }