Commit 1b85bfcfcc7ef5f76705f997dac6b08ac4f62596

Authored by Antonio Terceiro
1 parent a40c8fd9

basics: always install htop

very useful to inspect processes
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/basics/recipes/default.rb
... ... @@ -3,6 +3,7 @@ package 'bash-completion'
3 3 package 'rsyslog'
4 4 package 'tmux'
5 5 package 'less'
  6 +package 'htop'
6 7  
7 8 # FIXME on Debian it's postgresql-client
8 9 package 'postgresql'
... ...