From: Ismaƫl Bouya Date: Wed, 21 Feb 2018 19:54:23 +0000 (+0100) Subject: Add htop tool X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5de12d78299821e8ed09c492fa884e9742ed95d6;hp=b859262351650df3368d4f3fa49a487a7d9b35b7;p=perso%2FImmae%2FProjets%2FPuppet.git Add htop tool --- diff --git a/modules/profile/manifests/tools.pp b/modules/profile/manifests/tools.pp index 0b0ab46..9f9d593 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']) + ensure_packages(['vim', 'bash-completion', 'net-tools', 'htop']) }