]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Add ipython
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 24 Feb 2018 22:45:17 +0000 (23:45 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 24 Feb 2018 22:45:17 +0000 (23:45 +0100)
modules/profile/manifests/tools.pp

index 9f9d593133bef1dbeff5fee51b8cf9d7f0b4c5da..5cb803800773f823829e73c83fd97bbbab80ae78 100644 (file)
@@ -1,3 +1,3 @@
 class profile::tools {
-  ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop'])
+  ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop', 'ipython'])
 }