From 3b48b3a5cc357ca861a2b388dde40a0109ca900f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 24 Feb 2018 23:45:17 +0100 Subject: [PATCH] Add ipython --- modules/profile/manifests/tools.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) } -- 2.41.0