diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-25 18:28:52 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-25 18:28:52 +0100 |
commit | 06808b38996221e110835bb7b96b34ebb741d033 (patch) | |
tree | 7467ac946e6683fda33ebcc6c371544bf92d4cb7 /modules/profile | |
parent | c49d00da1d9f0fca3eafa907862681baa0bacec2 (diff) | |
download | Puppet-06808b38996221e110835bb7b96b34ebb741d033.tar.gz Puppet-06808b38996221e110835bb7b96b34ebb741d033.tar.zst Puppet-06808b38996221e110835bb7b96b34ebb741d033.zip |
Add jq tool
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 | } |