diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-25 18:29:09 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-25 18:29:09 +0100 |
commit | 7e29a2ae7ea175fd2e84d6149c94df384bc1ba85 (patch) | |
tree | 7467ac946e6683fda33ebcc6c371544bf92d4cb7 /modules/profile | |
parent | 3b48b3a5cc357ca861a2b388dde40a0109ca900f (diff) | |
parent | 06808b38996221e110835bb7b96b34ebb741d033 (diff) | |
download | Puppet-7e29a2ae7ea175fd2e84d6149c94df384bc1ba85.tar.gz Puppet-7e29a2ae7ea175fd2e84d6149c94df384bc1ba85.tar.zst Puppet-7e29a2ae7ea175fd2e84d6149c94df384bc1ba85.zip |
Merge branch 'bot'
Diffstat (limited to 'modules/profile')
-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 5cb8038..5243cac 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', 'ipython']) | 2 | ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop', 'ipython', 'jq']) |
3 | } | 3 | } |