diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-24 23:45:17 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-24 23:45:17 +0100 |
commit | 3b48b3a5cc357ca861a2b388dde40a0109ca900f (patch) | |
tree | 201f0943ed3737fb362f79f06c575781fb744391 /modules/profile/manifests | |
parent | 4676a0182e6624700f753923b7a3286712568e34 (diff) | |
download | Puppet-3b48b3a5cc357ca861a2b388dde40a0109ca900f.tar.gz Puppet-3b48b3a5cc357ca861a2b388dde40a0109ca900f.tar.zst Puppet-3b48b3a5cc357ca861a2b388dde40a0109ca900f.zip |
Add ipython
Diffstat (limited to 'modules/profile/manifests')
-rw-r--r-- | modules/profile/manifests/tools.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | class profile::tools { | 1 | class profile::tools { |
2 | ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop']) | 2 | ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop', 'ipython']) |
3 | } | 3 | } |